File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 core.setOutput('git_tag', gitTag);
105105
106106 image :
107- uses : docker/github-builder-experimental /.github/workflows/bake.yml@0bf2b16e15ef4215434f24e5443e8ce96a129cff
107+ uses : docker/github-builder/.github/workflows/bake.yml@v1
108108 needs :
109109 - prepare-build
110110 permissions :
@@ -145,7 +145,7 @@ jobs:
145145 scope: ${{ needs.prepare-build.outputs.image_name }}@push
146146
147147 qemu-archive :
148- uses : docker/github-builder-experimental /.github/workflows/bake.yml@0bf2b16e15ef4215434f24e5443e8ce96a129cff
148+ uses : docker/github-builder/.github/workflows/bake.yml@v1
149149 if : inputs.target == 'mainline'
150150 permissions :
151151 contents : read # same as global permission
@@ -200,7 +200,7 @@ jobs:
200200 if-no-files-found : error
201201
202202 binfmt-archive :
203- uses : docker/github-builder-experimental /.github/workflows/bake.yml@0bf2b16e15ef4215434f24e5443e8ce96a129cff
203+ uses : docker/github-builder/.github/workflows/bake.yml@v1
204204 if : inputs.target == 'mainline'
205205 permissions :
206206 contents : read # same as global permission
You can’t perform that action at this time.
0 commit comments