Skip to content

Commit

Permalink
Merge pull request #39 from mpepping/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
mpepping authored Jun 19, 2024
2 parents 87e764d + aaf139f commit da25aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build and push
if: steps.check_release.outputs.proceed == 'true'
timeout-minutes: 720
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit da25aa7

Please sign in to comment.