From ead99ae821aa7dbdec1407c27dd7f2b48caee697 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Tue, 28 May 2024 10:45:02 +0300 Subject: [PATCH] ci: debug registry sync --- .ci/registry-login.sh | 12 ++++++++++++ .woodpecker/.build.yml | 7 +++---- .woodpecker/.sync.yml | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 4 deletions(-) create mode 100755 .ci/registry-login.sh create mode 100644 .woodpecker/.sync.yml diff --git a/.ci/registry-login.sh b/.ci/registry-login.sh new file mode 100755 index 0000000..cc3122b --- /dev/null +++ b/.ci/registry-login.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# SPDX-License-Identifier: Apache-2.0 +# (c) 2024, Konstantin Demin +set -ef + +[ -z "${CI_DEBUG}" ] || set -xv + +. .ci/envsh.registry + +for i ; do + skopeo login "$i"