fix(ci): merge duplicate runner keys in config.yaml
This commit is contained in:
parent
d8b386c618
commit
cd9f6f210d
|
|
@ -17,6 +17,8 @@ data:
|
|||
- "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
||||
- "ubuntu-24.04:docker://docker.gitea.com/runner-images:ubuntu-24.04"
|
||||
- "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
|
||||
envs:
|
||||
DOCKER_HOST: "tcp://localhost:2375"
|
||||
cache:
|
||||
enabled: true
|
||||
dir: ""
|
||||
|
|
@ -27,6 +29,3 @@ data:
|
|||
network: host
|
||||
docker_host: "tcp://localhost:2375"
|
||||
force_pull: true
|
||||
runner:
|
||||
envs:
|
||||
DOCKER_HOST: "tcp://localhost:2375"
|
||||
|
|
|
|||
Loading…
Reference in New Issue