Skip to content

Commit 2f613cb

Browse files
build(deps): bump docker/bake-action from 6.3.0 to 6.4.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa06e37 commit 2f613cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
# For pull-requests, only read from the cache, do not try to push to the
279279
# cache or the image itself
280280
- name: Build
281-
uses: docker/bake-action@v6.3.0
281+
uses: docker/bake-action@v6.4.0
282282
if: github.event_name == 'pull_request'
283283
with:
284284
files: |
@@ -291,7 +291,7 @@ jobs:
291291
292292
- name: Build and push
293293
id: bake
294-
uses: docker/bake-action@v6.3.0
294+
uses: docker/bake-action@v6.4.0
295295
if: github.event_name != 'pull_request'
296296
with:
297297
files: |

0 commit comments

Comments
 (0)