Files
homelab/templates/gitea-runner.yaml.j2
Alex Frantz cce38c758b
Some checks failed
Deploy Containers / Prepare (push) Has been cancelled
fix duped runners
2026-01-10 00:04:05 -05:00

23 lines
422 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://catthehacker/ubuntu:act-latest"
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
container:
network: "host"
privileged: true
force_pull: true
force_rebuild: false
require_docker: false
docker_timeout: 0s