What is it?
Forgejo Actions are automatically executed instructions working similarly to Github Actions. Their syntax should be more-or-less identical.
How and why I use it
Main reason, why I use them, is to build Docker images and also handle publishing my notes with Quartz.
Setup
In order to use Forgejo Actions, one need a runner. To create one:
- Create Debian based LXC
- Install the runner binary according to the official instructions
- Add Docker according to this note.