forgejo-runner

git clone git://git.lin.moe/forgejo-runner.git

 1This directory contains a collection of usage and deployment examples.
 2
 3Workflow examples can be found [in the documentation](https://forgejo.org/docs/next/user/actions/)
 4and in the [sources of the setup-forgejo](https://code.forgejo.org/actions/setup-forgejo/src/branch/main/testdata) action.
 5
 6| Section                     | Description                                                                                                                                                                                                                                                   |
 7|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 8| [`docker`](docker)              | using the host docker server by mounting the socket                     |
 9| [`docker-compose`](docker-compose) | all in one docker-compose with the Forgejo server, the runner and docker in docker  |
10| [`kubernetes`](kubernetes)     |  a sample deployment for the Forgejo runner |