Files
Linus Gasser c0f9b6de6f Initial release of gitea-runner
A gitea-runner allows you to run CI/CD on a gitea instance.
2026-07-21 14:25:55 +02:00

7 lines
370 B
Plaintext

First release of the gitea-runner recipe.
Deploys a Gitea Actions runner (gitea/act_runner) that registers against a Gitea
instance and executes CI jobs. The runner mounts the host Docker socket to launch
job containers — deploy it on a DEDICATED host, since CI jobs then have access to
the host Docker daemon. See the README for the setup and registration commands.