ci: enable custom runner images with node.js and docker pre-installed

This commit is contained in:
2026-09-07 09:29:20 -07:00
parent 038cf40fe5
commit c31eaa6187
3 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
# Install docker in workflow steps as needed.
runner:
image:
repository: code.forgejo.org/forgejo/runner
tag: "6"
repository: forgejo.riotpiao.com/rock/forgejo-runner-node
tag: "latest"
name: node-runner
labels: "node:docker://node:22-bookworm"
labels: "node:docker://forgejo.riotpiao.com/rock/forgejo-runner-node:latest"
# GC CronJob renders only from the default (golang) values to avoid duplicates
gc: