feat: setup a docker nix image.
Some checks failed
default / build (push) Failing after 3s

This commit is contained in:
CronyAkatsuki 2026-01-21 17:53:01 +01:00
parent 8d70c1598d
commit 4e949ec34e

View file

@ -13,10 +13,7 @@
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
tokenFile = config.age.secrets.forgejo-runner-token.path;
labels = [
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-20.04:docker://node:16-bullseye"
"ubuntu-18.04:docker://node:16-buster"
"nix-stable:docker://nixos/nix:2.32.0"
## optionally provide native execution on the host:
"native:host"
];