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"