From ea7b51453bfb65a98651d438cdbd3b5f5f2823ad Mon Sep 17 00:00:00 2001 From: jad0s Date: Thu, 21 May 2026 14:46:25 +0200 Subject: [PATCH] fix(forgejo): change the runner image from node to custom built ci-runner --- manifests/forgejo/runner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/forgejo/runner.yaml b/manifests/forgejo/runner.yaml index 8051755..fd34a89 100644 --- a/manifests/forgejo/runner.yaml +++ b/manifests/forgejo/runner.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: runner - image: code.forgejo.org/forgejo/runner:3.5.1 + image: forgejo.libretalk.eu/jad0s/forgejo-runner:latest command: - sh - -c @@ -24,7 +24,7 @@ spec: --instance ${FORGEJO_INSTANCE_URL} \ --token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \ --name ${FORGEJO_RUNNER_NAME} \ - --labels docker:docker://node:22-alpine && \ + --labels docker:docker://forgejo.libretalk.eu/jad0s/ci-runner:latest && \ sleep 5 && \ forgejo-runner daemon env: