Skip to content

Commit

Permalink
Merge pull request #2486 from crytic/dependabot/github_actions/dev/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
0xalpharush authored Jul 2, 2024
2 parents 8499b5d + 6495148 commit 8879244
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 @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
target: final
Expand Down

0 comments on commit 8879244

Please sign in to comment.