feat: add docker support for forgejo runners

This commit is contained in:
Teesh 2026-02-10 17:36:50 +02:00
parent c00dde8577
commit f56047b966

View file

@ -21,6 +21,7 @@ inp: {
"ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-20.04:docker://node:16-bullseye"
"ubuntu-18.04:docker://node:16-buster"
"docker"
## optionally provide native execution on the host:
# "native:host"
];