Skip to content

Commit

Permalink
Merge pull request #234 from Luzilla/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6
  • Loading branch information
till authored Jun 17, 2024
2 parents 0ba6d42 + 438bf78 commit c40d3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: .docker/unbound/rootfs
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: .docker/unbound/rootfs
push: true
Expand Down

0 comments on commit c40d3f3

Please sign in to comment.