File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ if [ "$BUILD" = true ]; then
298298
299299 # Perform multi-platform build with output as an image or optionally a direct push to the repository
300300 # Always echo this command to the command line
301- (set -x; docker $BUILD_ACTION $LOG_ARGS -t " $IMAGE " :" $IMAGE_TAG " $PLATFORM_ARGS --build-arg CONTAINER_VERSION=" $CONTAINER_VERSION " --build_arg IMAGE_NAME=" $IMAGE " -f " $VARIANT_DIR_PATH " /docker/Dockerfile .)
301+ (set -x; docker $BUILD_ACTION $LOG_ARGS -t " $IMAGE " :" $IMAGE_TAG " $PLATFORM_ARGS --build-arg CONTAINER_VERSION=" $CONTAINER_VERSION " --build-arg IMAGE_NAME=" $IMAGE " -f " $VARIANT_DIR_PATH " /docker/Dockerfile .)
302302
303303 # Capture exit code from attempted Docker image build
304304 success=$?
You can’t perform that action at this time.
0 commit comments