Skip to content

Commit c6a1e08

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump docker/bake-action from 5.11.0 to 6.2.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.11.0 to 6.2.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v5.11.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e9a8fa commit c6a1e08

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
@@ -205,7 +205,7 @@ jobs:
205205
# For pull-requests, only read from the cache, do not try to push to the
206206
# cache or the image itself
207207
- name: Build
208-
uses: docker/bake-action@v5.11.0
208+
uses: docker/bake-action@v6.2.0
209209
if: github.event_name == 'pull_request'
210210
with:
211211
files: |
@@ -220,7 +220,7 @@ jobs:
220220
221221
- name: Build and push
222222
id: bake
223-
uses: docker/bake-action@v5.11.0
223+
uses: docker/bake-action@v6.2.0
224224
if: github.event_name != 'pull_request'
225225
with:
226226
files: |

0 commit comments

Comments
 (0)