Skip to content

Commit 0a62a9e

Browse files
authored
Merge pull request #3635 from crazy-max/update-github-builder
ci: update docker/github-builder to v1
2 parents b7bb516 + f606080 commit 0a62a9e

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
@@ -347,7 +347,7 @@ jobs:
347347
sarif_file: ${{ env.DESTDIR }}/govulncheck.out
348348

349349
binaries:
350-
uses: docker/github-builder-experimental/.github/workflows/bake.yml@7643588149117bf0ca3a906caa3968c70484027a
350+
uses: docker/github-builder/.github/workflows/bake.yml@v1
351351
permissions:
352352
contents: read # same as global permission
353353
id-token: write # for signing attestation(s) with GitHub OIDC Token
@@ -428,7 +428,7 @@ jobs:
428428

429429
bin-image:
430430
if: ${{ github.repository == 'docker/buildx' }}
431-
uses: docker/github-builder-experimental/.github/workflows/bake.yml@7643588149117bf0ca3a906caa3968c70484027a
431+
uses: docker/github-builder/.github/workflows/bake.yml@v1
432432
needs:
433433
- bin-image-prepare
434434
- test-integration

0 commit comments

Comments
 (0)