From cbf576073b5df7ff886f3051a942460121b0de8a Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:48:07 -0500 Subject: [PATCH] fixed typo --- .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 12c15635345..fe1414d3148 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -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