fix: run CI jobs on host to avoid nested Docker container issues
This commit is contained in:
@@ -5,6 +5,11 @@ metadata:
|
|||||||
namespace: runner
|
namespace: runner
|
||||||
data:
|
data:
|
||||||
config.yaml: |
|
config.yaml: |
|
||||||
|
runner:
|
||||||
|
labels:
|
||||||
|
- "ubuntu-latest:host"
|
||||||
|
- "ubuntu-22.04:host"
|
||||||
|
- "ubuntu-24.04:host"
|
||||||
container:
|
container:
|
||||||
docker_host: tcp://localhost:2375
|
docker_host: tcp://localhost:2375
|
||||||
network: host
|
network: host
|
||||||
|
|||||||
Reference in New Issue
Block a user