Update upload-docker.sh

This commit is contained in:
Lukas Gravley 2020-08-18 10:40:14 -05:00 committed by GitHub
parent 42fc762971
commit 1395dcc55e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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