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:

  1. Create Debian based LXC
  2. Install the runner binary according to the official instructions
  3. Add Docker according to this note.