x
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ build_image() {
|
|||||||
|
|
||||||
BUILD_START=$(date +%s)
|
BUILD_START=$(date +%s)
|
||||||
|
|
||||||
if DOCKER_BUILDKIT=1 docker build --network=host --build-arg MAX_JOBS=32 -t "${IMAGE_NAME}:${IMAGE_TAG}" .; then
|
if docker build --network=host --build-arg MAX_JOBS=32 -t "${IMAGE_NAME}:${IMAGE_TAG}" .; then
|
||||||
BUILD_END=$(date +%s)
|
BUILD_END=$(date +%s)
|
||||||
BUILD_TIME=$((BUILD_END - BUILD_START))
|
BUILD_TIME=$((BUILD_END - BUILD_START))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user