GPR has a weird format

This commit is contained in:
Lucas Gravley 2020-06-30 08:16:29 -05:00
parent 56bb244b81
commit 99b411c9a0

View file

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