# act_runner config — shared by all three runner instances defined # in ci-runners.compose.yml. Mounted read-only at /etc/runner/config.yaml # inside each container, selected via the CONFIG_FILE environment variable. # # Generated from `act_runner generate-config` and trimmed to the keys we # actually need to override. Defaults for everything else. # See: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml container: # Skip the per-job `docker pull` round-trip when the image is already # cached locally. The default (true) re-checks the registry on every # job start, adding 10-30s of latency per job for no value once the # tag is pinned. Image upgrades happen deliberately on the runner # host (see infra/README.md "Updating the runner job images") — not # implicitly via :latest. force_pull: false