ci: update runner daemon images to custom runner images (enables Image Updater tracking)

This commit is contained in:
2026-09-07 09:11:45 -07:00
parent f253731cb9
commit 8f197fcc23
3 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
runner:
image:
repository: code.forgejo.org/forgejo/runner
tag: "6"
repository: forgejo.riotpiao.com/rock/forgejo-runner-golang
tag: "latest"
name: golang-runner
# Label image is what workflow steps run in (NOT the runner daemon image).
# golang:1.26-bookworm: Debian, root, apt-get, Go, git.
# Install Node.js/docker in workflow steps as needed.
# Label image is what workflow steps run in.
# Uses custom image with Node.js and Docker pre-installed.
# Image Updater will track and update the :latest tag automatically.
labels: "golang:docker://forgejo.riotpiao.com/rock/forgejo-runner-golang:latest"
forgejoUrl: http://forgejo-gitea-http.cicd.svc.cluster.local:3000
tokenSecret: runner-token