use image tag actually!

This commit is contained in:
Ashwin Bharambe 2024-11-12 12:57:08 -08:00
parent 2c294346ae
commit 998419ffb2

View file

@ -163,7 +163,7 @@ else
fi
set -x
$DOCKER_BINARY build $DOCKER_OPTS $PLATFORM -t $image_name -f "$TEMP_DIR/Dockerfile" "$REPO_DIR" $mounts
$DOCKER_BINARY build $DOCKER_OPTS $PLATFORM -t $image_tag -f "$TEMP_DIR/Dockerfile" "$REPO_DIR" $mounts
# clean up tmp/configs
set +x