File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 77 inputs :
88 dockerImageTag :
99 description : ' Image Tag'
10- default : ' v1.10.0 -dev'
10+ default : ' v1.10.3 -dev'
1111 required : true
1212 dockerImageTagWithLatest :
1313 description : ' 是否发布latest tag(正式发版时选择,测试版本切勿选择)'
7878 image : tonistiigi/binfmt:qemu-v7.0.0-28
7979 - name : Set up Docker Buildx
8080 uses : docker/setup-buildx-action@v3
81+ with :
82+ buildkitd-config-inline : |
83+ [worker.oci]
84+ max-parallelism = 1
8185 - name : Login to GitHub Container Registry
8286 uses : docker/login-action@v3
8387 with :
@@ -138,6 +142,10 @@ jobs:
138142 image : tonistiigi/binfmt:qemu-v7.0.0-28
139143 - name : Set up Docker Buildx
140144 uses : docker/setup-buildx-action@v3
145+ with :
146+ buildkitd-config-inline : |
147+ [worker.oci]
148+ max-parallelism = 1
141149 - name : Login to GitHub Container Registry
142150 uses : docker/login-action@v3
143151 with :
You can’t perform that action at this time.
0 commit comments