fixed typo

This commit is contained in:
Lucas Gravley 2020-06-29 11:48:07 -05:00
parent 2067571f1f
commit cbf576073b

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