Skip to content

Commit 7abf6bb

Browse files
committed
fix script
1 parent 363d8d5 commit 7abf6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_and_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ IMAGE_REPOSITORY=${IMAGE_NAME:-$GITHUB_REPOSITORY}
4545
IMAGE_LOCATION=$REGISTRY/$IMAGE_REPOSITORY
4646

4747
TAG="$IMAGE_LOCATION:py${PUBLISH_TARGET}-${PACKAGE_VERSION}"
48-
TAGS = " -t $TAG"
4948

49+
TAGS=" -t $TAG"
5050
if [[ ! -z $PACKAGE_LATEST_VERSION ]] && [[ $PACKAGE_LATEST_VERSION = $PACKAGE_VERSION ]]; then
5151
TAGS+="\n -t $IMAGE_LOCATION:py${PUBLISH_TARGET}-LATEST"
5252
fi

0 commit comments

Comments
 (0)