We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a7c55d + 7c7ba3c commit c4ee5e7Copy full SHA for c4ee5e7
scripts/build_and_push.sh
@@ -48,7 +48,7 @@ fi
48
# Image Push location
49
REGISTRY=${REGISTRY:-"ghcr.io"}
50
IMAGE_REPOSITORY=${IMAGE_NAME:-$GITHUB_REPOSITORY}
51
-IMAGE_LOCATION=$REGISTRY/$IMAGE_REPOSITORY
+IMAGE_LOCATION=$(echo "$REGISTRY/$IMAGE_REPOSITORY" | tr '[:upper:]' '[:lower:]')
52
53
TAG="$IMAGE_LOCATION:py${PUBLISH_TARGET}-${PACKAGE_VERSION}"
54
0 commit comments