Skip to content

Commit 110a16a

Browse files
build(deps): bump docker/bake-action from 6.2.0 to 6.3.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v6.2.0...v6.3.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 a8e6c68 commit 110a16a

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
@@ -202,7 +202,7 @@ jobs:
202202
# For pull-requests, only read from the cache, do not try to push to the
203203
# cache or the image itself
204204
- name: Build
205-
uses: docker/bake-action@v6.2.0
205+
uses: docker/bake-action@v6.3.0
206206
if: github.event_name == 'pull_request'
207207
with:
208208
files: |
@@ -215,7 +215,7 @@ jobs:
215215
216216
- name: Build and push
217217
id: bake
218-
uses: docker/bake-action@v6.2.0
218+
uses: docker/bake-action@v6.3.0
219219
if: github.event_name != 'pull_request'
220220
with:
221221
files: |

0 commit comments

Comments
 (0)