Skip to content

Commit 3e8c0e3

Browse files
authored
build(deps): bump docker/bake-action from 6.3.0 to 6.4.0 (#4060)
2 parents da2b559 + 2f613cb commit 3e8c0e3

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)