Files
homelab/templates/gitea-runner.yaml.j2
Alex Frantz 0cfe059b22
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s
add moar label
2026-01-09 17:48:07 -05:00

25 lines
517 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"
- "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