fix: run CI jobs on host to avoid nested Docker container issues

This commit is contained in:
Ryan Moon
2026-04-02 19:06:42 -05:00
parent 9c209ee88b
commit 7ca7dacdaf

View File

@@ -5,6 +5,11 @@ metadata:
namespace: runner
data:
config.yaml: |
runner:
labels:
- "ubuntu-latest:host"
- "ubuntu-22.04:host"
- "ubuntu-24.04:host"
container:
docker_host: tcp://localhost:2375
network: host