fix: use host network for runner containers to enable service DNS
This commit is contained in:
@@ -13,6 +13,6 @@ cache:
|
|||||||
dir: /data/cache
|
dir: /data/cache
|
||||||
|
|
||||||
container:
|
container:
|
||||||
network: bridge
|
network: host
|
||||||
force_pull: false # reuse cached images to speed up builds
|
force_pull: false # reuse cached images to speed up builds
|
||||||
docker_sock_path: /var/run/docker.sock
|
docker_sock_path: /var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user