From 99b411c9a03994f791630911d0864c1fece95f63 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 30 Jun 2020 08:16:29 -0500 Subject: [PATCH] GPR has a weird format --- .automation/upload-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index eefb5c50..4c98a372 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -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