Skip to content

Commit

Permalink
Merge pull request #309 from github/FixGPR
Browse files Browse the repository at this point in the history
fixed GPR typo
  • Loading branch information
admiralAwkbar committed Jun 29, 2020
2 parents 61c7f43 + cbf5760 commit 5b81e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .automation/upload-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b81e6e

Please sign in to comment.