File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments