ci: update runner daemon images to custom runner images (enables Image Updater tracking)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user