Skip to content

Commit d1b615a

Browse files
committed
Reduce parallelism to prevent network issues
1 parent 3bf697b commit d1b615a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/buildkitd.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[worker.oci]
2+
max-parallelism = 2

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
uses: docker/setup-qemu-action@v3
5050
- name: Set up Docker Buildx
5151
uses: docker/setup-buildx-action@v3
52+
with:
53+
config: .github/buildkitd.toml
5254
- name: Login to Docker Hub
5355
run: |
5456
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

0 commit comments

Comments
 (0)