Skip to content

Commit c4ee5e7

Browse files
authoredAug 7, 2023
Merge pull request #1 from AIDA-HQ/lowercase-tag
Use lowercase repo as the docker tag
2 parents 9a7c55d + 7c7ba3c commit c4ee5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/build_and_push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
# Image Push location
4949
REGISTRY=${REGISTRY:-"ghcr.io"}
5050
IMAGE_REPOSITORY=${IMAGE_NAME:-$GITHUB_REPOSITORY}
51-
IMAGE_LOCATION=$REGISTRY/$IMAGE_REPOSITORY
51+
IMAGE_LOCATION=$(echo "$REGISTRY/$IMAGE_REPOSITORY" | tr '[:upper:]' '[:lower:]')
5252

5353
TAG="$IMAGE_LOCATION:py${PUBLISH_TARGET}-${PACKAGE_VERSION}"
5454

0 commit comments

Comments
 (0)