Skip to content

Commit c5e4bbf

Browse files
build: update build-and-push.yml.
1 parent bc3dcda commit c5e4bbf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
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(正式发版时选择,测试版本切勿选择)'
@@ -78,6 +78,10 @@ jobs:
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:

0 commit comments

Comments
 (0)