1
0

ci: try to resolve network issues
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/manual/latest Pipeline failed

This commit is contained in:
2025-07-17 13:34:53 +03:00
parent 0fe71a0fe7
commit 4d7da179dd
4 changed files with 6 additions and 14 deletions

View File

@@ -19,12 +19,7 @@ rm -rf "${oci_dir}" ; mkdir "${oci_dir}"
r=0
img_copy() {
for i in $(seq 1 3) ; do
if skopeo copy --all "$@" ; then
return 0
fi
done
return 1
skopeo copy --retry 7 --retry-delay 60s --all "$@"
}
while : ; do