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