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:29:32 -06:00
parent 144c301e04
commit 72da2ff3df
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -98,6 +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
# Copy repos
echo "Copying repos..."