fix: use host network for runner containers to enable service DNS

This commit is contained in:
Ryan Moon
2026-04-01 21:15:43 -05:00
parent a47b5cf50e
commit d8528f64dc

View File

@@ -13,6 +13,6 @@ cache:
dir: /data/cache
container:
network: bridge
network: host
force_pull: false # reuse cached images to speed up builds
docker_sock_path: /var/run/docker.sock