We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac96965 commit 866136aCopy full SHA for 866136a
.github/workflows/main.yml
@@ -337,7 +337,7 @@ jobs:
337
338
printf '#Upload to registry\n\n' >> "$GITHUB_STEP_SUMMARY"
339
num_outstanding=0
340
- concurrency_limit=4
+ concurrency_limit=8
341
for filename in $(find dist-images -type f -name "*.tar" -print)
342
do
343
IMAGE_URI="$(basename -s .tar $filename | sed 's/image-//g' | base64 -d)"
0 commit comments