Skip to content

Commit

Permalink
Merge pull request #1 from AIDA-HQ/lowercase-tag
Browse files Browse the repository at this point in the history
Use lowercase repo as the docker tag
  • Loading branch information
tedivm authored Aug 7, 2023
2 parents 9a7c55d + 7c7ba3c commit c4ee5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
# Image Push location
REGISTRY=${REGISTRY:-"ghcr.io"}
IMAGE_REPOSITORY=${IMAGE_NAME:-$GITHUB_REPOSITORY}
IMAGE_LOCATION=$REGISTRY/$IMAGE_REPOSITORY
IMAGE_LOCATION=$(echo "$REGISTRY/$IMAGE_REPOSITORY" | tr '[:upper:]' '[:lower:]')

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

Expand Down

0 comments on commit c4ee5e7

Please sign in to comment.