Skip to content

Commit 9641212

Browse files
Bump docker/bake-action from 5.6.1 to 5.7.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.6.1 to 5.7.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v5.6.1...v5.7.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3cd7ed commit 9641212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
-
111111
name: Build and push
112112
id: build_push
113-
uses: docker/bake-action@v5.6.1
113+
uses: docker/bake-action@v5.7.0
114114
with:
115115
files: |
116116
./docker-bake.hcl

Diff for: .github/workflows/build-split-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "app_version=${APP_VERSION}" >> $GITHUB_OUTPUT
115115
-
116116
name: Build and push
117-
uses: docker/bake-action@v5.6.1
117+
uses: docker/bake-action@v5.7.0
118118
with:
119119
files: |
120120
./docker-bake.hcl

0 commit comments

Comments
 (0)