We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda3e76 commit 50cc835Copy full SHA for 50cc835
scripts/build_and_push.sh
@@ -54,7 +54,7 @@ TAG="$IMAGE_LOCATION:py${PUBLISH_TARGET}-${PACKAGE_VERSION}"
54
55
TAGS=" -t $TAG"
56
if [[ ! -z $PACKAGE_LATEST_VERSION ]] && [[ $PACKAGE_LATEST_VERSION = $PACKAGE_VERSION ]]; then
57
- TAGS+="\n -t $IMAGE_LOCATION:py${PUBLISH_TARGET}-LATEST"
+ TAGS+=" -t $IMAGE_LOCATION:py${PUBLISH_TARGET}-LATEST"
58
fi
59
60
0 commit comments