fix(ci): use host network for Docker build
This commit is contained in:
@@ -100,6 +100,7 @@ jobs:
|
||||
}
|
||||
|
||||
docker build \
|
||||
--network=host \
|
||||
-f ./Dockerfile \
|
||||
-t "${IMAGE_NAME}:${IMAGE_TAG}" \
|
||||
-t "${IMAGE_NAME}:latest" \
|
||||
|
||||
Reference in New Issue
Block a user