Skip to content

Commit

Permalink
fix: docker build action version (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
raipen authored Apr 4, 2024
1 parent 6ab8723 commit e1ebe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit e1ebe2b

Please sign in to comment.