Skip to content

Commit 73709d3

Browse files
committed
build: remove illegal argument
1 parent 060b84a commit 73709d3

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
@@ -266,7 +266,6 @@ jobs:
266266
skopeo copy \
267267
--quiet \
268268
--retry-times 32 \
269-
--image-parallel-copies 4 \
270269
--multi-arch all \
271270
--dest-precompute-digests \
272271
--digestfile "$T" \
@@ -279,6 +278,7 @@ jobs:
279278
} &
280279
done
281280
wait
281+
echo 'Done uploading'
282282
283283
# tag=$(echo ${{ steps.image_env.outputs.IMAGE_TAG }} | rev | cut -d: -f1 | rev)
284284
# package_name=$(echo ${{ steps.image_env.outputs.IMAGE_TAG }} | rev | cut -d: -f2- | cut -d/ -f1 | rev)

0 commit comments

Comments
 (0)