1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00
forgejo-runner/examples/README.md

12 lines
1.4 KiB
Markdown
Raw Normal View History

A collection of Forgejo actions examples.
2023-09-04 19:04:46 +02:00
Other examples can be found [in the documentation](https://forgejo.org/docs/next/user/actions/).
| Section | Description |
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [`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 |
| [`docker`](docker) | using the host docker server by mounting the socket |
| [`LXC systemd`](lxc-systemd) | systemd unit managing LXC containers dedicated to a single runner |
| [`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 |