From 2c0bbebc237d647cc44295e64d7b844d2c898a9b Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Thu, 17 Jul 2025 13:44:20 +0300 Subject: [PATCH] ci: fix skopeo calls --- .ci/sync-all.sh | 2 +- .ci/sync-latest.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/sync-all.sh b/.ci/sync-all.sh index f019a78..26d5c7a 100755 --- a/.ci/sync-all.sh +++ b/.ci/sync-all.sh @@ -22,7 +22,7 @@ rm -rf "${oci_dir}" ; mkdir "${oci_dir}" r=0 img_copy() { - skopeo copy --retry 7 --retry-delay 60s --all "$@" + skopeo copy --retry-times 7 --retry-delay 60s --all "$@" } while : ; do diff --git a/.ci/sync-latest.sh b/.ci/sync-latest.sh index 42dea62..a72eeb7 100755 --- a/.ci/sync-latest.sh +++ b/.ci/sync-latest.sh @@ -19,7 +19,7 @@ rm -rf "${oci_dir}" ; mkdir "${oci_dir}" r=0 img_copy() { - skopeo copy --retry 7 --retry-delay 60s --all "$@" + skopeo copy --retry-times 7 --retry-delay 60s --all "$@" } while : ; do