Merge pull request #309 from github/FixGPR

fixed GPR typo
This commit is contained in:
Lukas Gravley 2020-06-29 11:59:59 -05:00 committed by GitHub
commit 5b81e6e7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ ValidateInput()
# Need to see if GPR registry and update name #
###############################################
if [[ "$REGISTRY" == "GPR" ]]; then
NAME="docker.pkg.github/$IMAGE_REPO"
NAME="docker.pkg.github.com/$IMAGE_REPO"
IMAGE_REPO="$NAME"
echo "Updated [IMAGE_REPO] to:[$IMAGE_REPO] for GPR"
fi