Skip to content

Commit b9dbd94

Browse files
Bump docker/bake-action from 4 to 5
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v4...v5) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 113aaa5 commit b9dbd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
password: ${{ secrets.GITHUB_TOKEN }}
6767
-
6868
name: Build
69-
uses: docker/bake-action@v4
69+
uses: docker/bake-action@v5
7070
with:
7171
files: |
7272
./docker-bake.hcl

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434
-
3535
name: Build
36-
uses: docker/bake-action@v4
36+
uses: docker/bake-action@v5
3737
with:
3838
targets: image-local
3939
env:

0 commit comments

Comments
 (0)