Skip to content

Commit e72167f

Browse files
build(deps): bump docker/github-builder/.github/workflows/bake.yml
Bumps [docker/github-builder/.github/workflows/bake.yml](https://github.com/docker/github-builder) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](docker/github-builder@2497a7d...7d2a024) --- updated-dependencies: - dependency-name: docker/github-builder/.github/workflows/bake.yml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b14cd1 commit e72167f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildkit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fields: platforms
5050

5151
binaries:
52-
uses: docker/github-builder/.github/workflows/bake.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5.0
52+
uses: docker/github-builder/.github/workflows/bake.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
5353
permissions:
5454
contents: read # same as global permission
5555
id-token: write # for signing attestation(s) with GitHub OIDC Token
@@ -222,7 +222,7 @@ jobs:
222222
core.setOutput('includes', JSON.stringify(matrix));
223223
224224
image:
225-
uses: docker/github-builder/.github/workflows/bake.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5.0
225+
uses: docker/github-builder/.github/workflows/bake.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
226226
needs:
227227
- image-prepare
228228
- test

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
core.setOutput('includes', JSON.stringify(matrix));
126126
127127
image:
128-
uses: docker/github-builder/.github/workflows/bake.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5.0
128+
uses: docker/github-builder/.github/workflows/bake.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
129129
needs:
130130
- prepare
131131
- test

0 commit comments

Comments
 (0)