mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
commit
5b81e6e7a5
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ ValidateInput()
|
||||||
# Need to see if GPR registry and update name #
|
# Need to see if GPR registry and update name #
|
||||||
###############################################
|
###############################################
|
||||||
if [[ "$REGISTRY" == "GPR" ]]; then
|
if [[ "$REGISTRY" == "GPR" ]]; then
|
||||||
NAME="docker.pkg.github/$IMAGE_REPO"
|
NAME="docker.pkg.github.com/$IMAGE_REPO"
|
||||||
IMAGE_REPO="$NAME"
|
IMAGE_REPO="$NAME"
|
||||||
echo "Updated [IMAGE_REPO] to:[$IMAGE_REPO] for GPR"
|
echo "Updated [IMAGE_REPO] to:[$IMAGE_REPO] for GPR"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue