ci: revert runners to public images (cloudflare blocking custom image push)

This commit is contained in:
2026-09-07 10:13:41 -07:00
parent c31eaa6187
commit 5f031fdb1a
3 changed files with 9 additions and 12 deletions
+3 -6
View File
@@ -1,12 +1,9 @@
runner:
image:
repository: forgejo.riotpiao.com/rock/forgejo-runner-golang
tag: "latest"
repository: code.forgejo.org/forgejo/runner
tag: "6"
name: golang-runner
# Label image is what workflow steps run in.
# Custom image: golang:1.26 + Node.js + Docker pre-installed.
# Image Updater will track and update the :latest tag automatically.
labels: "golang:docker://forgejo.riotpiao.com/rock/forgejo-runner-golang:latest"
labels: "golang:docker://golang:1.26-bookworm"
forgejoUrl: http://forgejo-gitea-http.cicd.svc.cluster.local:3000
tokenSecret: runner-token
resources: