mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Update upload-docker.sh
This commit is contained in:
parent
42fc762971
commit
1395dcc55e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue