Merge pull request 'ci: revert runners to public images (no custom registry needed)' (#4) from fix/revert-to-public-runners into main
Build & Push Runner Images / Build & Push All Runner Images (push) Failing after 1m9s

This commit was merged in pull request #4.
This commit is contained in:
2026-09-07 19:57:38 +00:00
3 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
# Install docker in workflow steps as needed. # Install docker in workflow steps as needed.
runner: runner:
image: image:
repository: forgejo.riotpiao.com/rock/forgejo-runner-node repository: code.forgejo.org/forgejo/runner
tag: "latest" tag: "6"
name: node-runner name: node-runner
labels: "node:docker://forgejo.riotpiao.com/rock/forgejo-runner-node:latest" labels: "node:docker://node:22-bookworm"
# GC CronJob renders only from the default (golang) values to avoid duplicates # GC CronJob renders only from the default (golang) values to avoid duplicates
gc: gc:
+3 -3
View File
@@ -6,10 +6,10 @@
# Install Node.js/docker in workflow steps as needed. # Install Node.js/docker in workflow steps as needed.
runner: runner:
image: image:
repository: forgejo.riotpiao.com/rock/forgejo-runner-rust repository: code.forgejo.org/forgejo/runner
tag: "latest" tag: "6"
name: rust-runner name: rust-runner
labels: "rust:docker://forgejo.riotpiao.com/rock/forgejo-runner-rust:latest" labels: "rust:docker://rust:1-bookworm"
+6 -6
View File
@@ -1,12 +1,12 @@
runner: runner:
image: image:
repository: forgejo.riotpiao.com/rock/forgejo-runner-golang repository: code.forgejo.org/forgejo/runner
tag: "latest" tag: "6"
name: golang-runner name: golang-runner
# Label image is what workflow steps run in. # Label image is what workflow steps run in (NOT the runner daemon image).
# Uses custom image with Node.js and Docker pre-installed. # golang:1.26-bookworm: Debian, root, apt-get, Go, git.
# Image Updater will track and update the :latest tag automatically. # TODO: Switch to custom image once build-runner-images.yml pushes images
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 forgejoUrl: http://forgejo-gitea-http.cicd.svc.cluster.local:3000
tokenSecret: runner-token tokenSecret: runner-token
resources: resources: