Skip to content

Commit

Permalink
Merge pull request #146 from madhead/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 3 to 6
  • Loading branch information
madhead authored Jul 17, 2024
2 parents b40db92 + b9681be commit 9dbfcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v6
with:
context: launcher/fly
push: true
Expand Down

0 comments on commit 9dbfcec

Please sign in to comment.