Skip to content

Commit 866136a

Browse files
committed
build: increase upload concurrency to 8
1 parent ac96965 commit 866136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
338338
printf '#Upload to registry\n\n' >> "$GITHUB_STEP_SUMMARY"
339339
num_outstanding=0
340-
concurrency_limit=4
340+
concurrency_limit=8
341341
for filename in $(find dist-images -type f -name "*.tar" -print)
342342
do
343343
IMAGE_URI="$(basename -s .tar $filename | sed 's/image-//g' | base64 -d)"

0 commit comments

Comments
 (0)