From 2bfa032e6a1b2c2f8faf8cc62ce68440006d6944 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 25 Feb 2026 15:47:46 +0900 Subject: [PATCH] Fix runner labels: use catthehacker/ubuntu with node support - actions/checkout@v4 requires node runtime - Switch from ubuntu:22.04 to catthehacker/ubuntu:act-22.04 - This image includes node, git, and other tools needed by Actions Co-Authored-By: Claude Opus 4.6 --- gitea-runner/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index e2b8631..5201c29 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -21,8 +21,8 @@ data: capacity: 1 timeout: 3h labels: - - "ubuntu-latest:docker://node:20-bookworm" - - "ubuntu-22.04:docker://ubuntu:22.04" + - "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04" + - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" - "self-hosted:host" container: network: "" @@ -64,7 +64,7 @@ spec: --instance https://gitea.inje-private.com \ --token $(cat /secrets/token) \ --name mlops-runner \ - --labels "ubuntu-latest:docker://node:20-bookworm,self-hosted:host" + --labels "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04,ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04,self-hosted:host" fi act_runner daemon --config /config/config.yaml env: