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

Commit 829b9fb

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump docker/bake-action from 4.0.0 to 4.1.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v4.0.0...v4.1.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 a55ea67 commit 829b9fb

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
@@ -210,7 +210,7 @@ jobs:
210210
# For pull-requests, only read from the cache, do not try to push to the
211211
# cache or the image itself
212212
- name: Build
213-
uses: docker/bake-action@v4.0.0
213+
uses: docker/bake-action@v4.1.0
214214
if: github.event_name == 'pull_request'
215215
with:
216216
files: |
@@ -225,7 +225,7 @@ jobs:
225225
226226
- name: Build and push
227227
id: bake
228-
uses: docker/bake-action@v4.0.0
228+
uses: docker/bake-action@v4.1.0
229229
if: github.event_name != 'pull_request'
230230
with:
231231
files: |

0 commit comments

Comments
 (0)