From 7a9122c23529f98f470cbeb3d7ddfc1cb211d21d Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Wed, 18 Mar 2026 10:12:00 +0800 Subject: [PATCH] Fix CI/CD: use host execution mode for runner jobs The node:20-bookworm container doesn't have Docker CLI installed, causing 'docker: command not found'. Switch runner label from docker://node:20-bookworm to host mode so jobs run directly on the runner host where Docker is available. 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 a9000bc..221eeff 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:docker://node:20-bookworm + - GITEA_RUNNER_LABELS=ubuntu-latest:host deploy: resources: limits: