2025-08-01 14:04:02 +00:00
A collection of Forgejo actions examples.
2023-09-04 19:04:46 +02:00
2025-08-01 14:04:02 +00:00
Other examples can be found [in the documentation ](https://forgejo.org/docs/next/user/actions/ ).
2023-06-05 08:46:15 +00:00
2023-06-06 02:42:58 +00:00
| Section | Description |
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2025-08-01 14:04:02 +00:00
| [`docker-build-push-action-in-lxc` ](../.forgejo/workflows/docker-build-push-action-in-lxc.yml ) | using the LXC runner backend to build and push a container image using the [docker/build-push-action ](https://code.forgejo.org/docker/build-push-action ) action |
2023-08-26 12:18:42 +02:00
| [`docker` ](docker ) | using the host docker server by mounting the socket |
2025-01-25 12:24:31 +00:00
| [`LXC systemd` ](lxc-systemd ) | systemd unit managing LXC containers dedicated to a single runner |
2023-08-26 12:18:42 +02:00
| [`docker-compose` ](docker-compose ) | all in one docker-compose with the Forgejo server, the runner and docker in docker |
| [`kubernetes` ](kubernetes ) | a sample deployment for the Forgejo runner |