Skip to content

Commit

Permalink
Bump docker/build-push-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiyam committed Jun 18, 2024
1 parent be36a68 commit 526bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
platforms: linux/amd64, linux/arm64
push: true
Expand Down

0 comments on commit 526bb06

Please sign in to comment.