stuff
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 08:31:25 -06:00
parent 72da2ff3df
commit 506e837ae4
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -98,8 +98,7 @@ cicd_copy() {
get_regctl
# Log in to repo
echo "Logging into repo..."
echo ./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASS"
./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASS" 2>&1
./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASSWORD" 2>&1
# Copy repos
echo "Copying repos..."
for i in "${REPOS_TO_COPY[@]}"; do