diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index 9cb15ac9..b3b96007 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -142,7 +142,7 @@ ValidateInput() { # Need to see if GPR registry and update name # ############################################### if [[ ${REGISTRY} == "GPR" ]]; then - NAME="docker.pkg.github.com/${IMAGE_REPO}/super-linter" + NAME="containers.pkg.github.com/${IMAGE_REPO}/super-linter" IMAGE_REPO="${NAME}" info "Updated [IMAGE_REPO] to:[${IMAGE_REPO}] for GPR" fi