Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
cicirello authored Jul 12, 2024
2 parents bceaf2f + f26bce2 commit 7291da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 7291da5

Please sign in to comment.