From fac953fcea8d107bdf60484013c0580c54650973 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Wed, 18 Mar 2026 10:50:11 +0800 Subject: [PATCH] Fix CI/CD: use catthehacker/ubuntu:act-22.04 for job containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Host mode failed because the act_runner container lacks node/curl/git. catthehacker/ubuntu:act-22.04 is the standard act_runner job image — includes node, git, docker CLI, curl, and common CI tools. Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 221eeff..45402a9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -78,7 +78,7 @@ services: - GITEA_INSTANCE_URL=https://git.sentinelforest.xyz - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN} - GITEA_RUNNER_NAME=umbra-runner - - GITEA_RUNNER_LABELS=ubuntu-latest:host + - GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-22.04 deploy: resources: limits: