fix(ci): merge duplicate runner keys in config.yaml

This commit is contained in:
fchinembiri 2026-05-01 09:28:46 +02:00
parent d8b386c618
commit cd9f6f210d
1 changed files with 2 additions and 3 deletions

View File

@ -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"