Skip to content

Commit e246d3e

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.4.0 to 1.5.0. - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](docker/github-builder@7031322...2497a7d) --- updated-dependencies: - dependency-name: docker/github-builder/.github/workflows/bake.yml dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b180175 commit e246d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
sarif_file: ${{ env.DESTDIR }}/govulncheck.out
279279

280280
binaries:
281-
uses: docker/github-builder/.github/workflows/bake.yml@70313223e2665c3211b454b3fea6534624e78d64 # v1.4.0
281+
uses: docker/github-builder/.github/workflows/bake.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5.0
282282
permissions:
283283
contents: read # same as global permission
284284
id-token: write # for signing attestation(s) with GitHub OIDC Token
@@ -359,7 +359,7 @@ jobs:
359359

360360
bin-image:
361361
if: ${{ github.repository == 'docker/buildx' }}
362-
uses: docker/github-builder/.github/workflows/bake.yml@70313223e2665c3211b454b3fea6534624e78d64 # v1.4.0
362+
uses: docker/github-builder/.github/workflows/bake.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5.0
363363
needs:
364364
- bin-image-prepare
365365
- test-integration

0 commit comments

Comments
 (0)