Skip to content

Commit

Permalink
Bump docker/bake-action from 3.1.0 to 5.10.0
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3.1.0 to 5.10.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v3.1.0...v5.10.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 11, 2024
1 parent 9ddd96d commit c9fb638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/bake-action@v3.1.0
- uses: docker/bake-action@v5.10.0
with:
files: ./docker-bake.hcl
targets: goreleaser-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/bake-action@v3.1.0
- uses: docker/bake-action@v5.10.0
with:
files: ./docker-bake.hcl
targets: ${{ matrix.check }}
Expand Down
2 changes: 1 addition & 1 deletion Tagfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.52.0
0.52.1

0 comments on commit c9fb638

Please sign in to comment.