Skip to content

Commit 6af9fb6

Browse files
committed
Use $IMAGE_TAG instead of $TAG
1 parent 6f25d63 commit 6af9fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare-docker-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cd $UNPACKED_SPARK_TGZ
4646
if [[ $DEPLOY_MODE == cloud ]] ;
4747
then
4848
docker build -t $FILE_SERVER_IMAGE "$FILE_SERVER_BUILD_DIR"
49-
$UNPACKED_SPARK_TGZ/bin/docker-image-tool.sh -r $IMAGE_REPO -t $TAG build
49+
$UNPACKED_SPARK_TGZ/bin/docker-image-tool.sh -r $IMAGE_REPO -t $IMAGE_TAG build
5050
if [[ $IMAGE_REPO == gcr.io* ]] ;
5151
then
5252
gcloud docker -- push $IMAGE_REPO/spark:$IMAGE_TAG && \

0 commit comments

Comments
 (0)