Files
homelab/templates/gitea-runner.yaml.j2
Alex Frantz cc11de52a5
Some checks failed
Deploy Containers / Prepare (push) Failing after 49s
fix runner labels
2026-01-09 17:19:01 -05:00

23 lines
395 B
Django/Jinja

log:
level: info
runner:
file: .runner
capacity: 1
timeout: 3h
shutdown_timeout: 0s
insecure: false
fetch_timeout: 5s
fetch_interval: 2s
labels:
- "ubuntu-latest:docker://node:18-bullseye"
- "ubuntu-22.04:docker://node:18-bullseye"
container:
network: "host"
privileged: true
force_pull: true
force_rebuild: false
require_docker: false
docker_timeout: 0s