mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-16 18:01:34 +00:00
.. | ||
docker | ||
docker-build-push-action | ||
docker-compose | ||
kubernetes | ||
lxc-systemd | ||
README.md |
A collection of Forgejo actions examples.
Other examples can be found in the documentation.
Section | Description |
---|---|
docker-build-push-action-in-lxc |
using the LXC runner backend to build and push a container image using the docker/build-push-action action |
docker |
using the host docker server by mounting the socket |
LXC systemd |
systemd unit managing LXC containers dedicated to a single runner |
docker-compose |
all in one docker-compose with the Forgejo server, the runner and docker in docker |
kubernetes |
a sample deployment for the Forgejo runner |