Merge pull request #3801 from docker/dependabot/github_actions/docker/github-builder/dot-github/workflows/bake.yml-1.6.0

build(deps): bump docker/github-builder/.github/workflows/bake.yml from 1.5.0 to 1.6.0
This commit is contained in:
CrazyMax
2026-04-20 15:41:15 +02:00
committed by GitHub
+2 -2
View File
@@ -278,7 +278,7 @@ jobs:
sarif_file: ${{ env.DESTDIR }}/govulncheck.out
binaries:
uses: docker/github-builder/.github/workflows/bake.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5.0
uses: docker/github-builder/.github/workflows/bake.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
permissions:
contents: read # same as global permission
id-token: write # for signing attestation(s) with GitHub OIDC Token
@@ -359,7 +359,7 @@ jobs:
bin-image:
if: ${{ github.repository == 'docker/buildx' }}
uses: docker/github-builder/.github/workflows/bake.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c # v1.5.0
uses: docker/github-builder/.github/workflows/bake.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
needs:
- bin-image-prepare
- test-integration