Debug
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2023-10-13 00:17:38 -06:00
parent 7679030d25
commit 6cb39b25f5
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -97,12 +97,14 @@ cicd_copy() {
echo "Downloading regctl..."
get_regctl
# Log in to repo
set +x
./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASS"
# Copy repos
echo "Copying repos..."
for i in "${REPOS_TO_COPY[@]}"; do
./regctl image copy $i
done
set -x
echo "Done copying images"
}