Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit a65c9b2

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump docker/bake-action from 5.5.0 to 5.7.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.5.0 to 5.7.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v5.5.0...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] <[email protected]>
1 parent 6bead19 commit a65c9b2

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
@@ -203,7 +203,7 @@ jobs:
203203
# For pull-requests, only read from the cache, do not try to push to the
204204
# cache or the image itself
205205
- name: Build
206-
uses: docker/bake-action@v5.5.0
206+
uses: docker/bake-action@v5.7.0
207207
if: github.event_name == 'pull_request'
208208
with:
209209
files: |
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Build and push
220220
id: bake
221-
uses: docker/bake-action@v5.5.0
221+
uses: docker/bake-action@v5.7.0
222222
if: github.event_name != 'pull_request'
223223
with:
224224
files: |

0 commit comments

Comments
 (0)