Logged into registry
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:11:24 -06:00
parent d1ee05af9e
commit a18f125159
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -97,7 +97,7 @@ cicd_copy() {
echo "Downloading regctl..."
get_regctl
# Log in to repo
./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASS"
# Copy repos
echo "Copying repos..."
for i in "${REPOS_TO_COPY[@]}"; do