c0f9b6de6f
A gitea-runner allows you to run CI/CD on a gitea instance.
7 lines
370 B
Plaintext
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.
|