Fix CI/CD: use host execution mode for runner jobs
Some checks failed
Build and Deploy UMBRA / build-and-deploy (push) Failing after 4s
Some checks failed
Build and Deploy UMBRA / build-and-deploy (push) Failing after 4s
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) <noreply@anthropic.com>
This commit is contained in:
parent
7f38df22db
commit
7a9122c235
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user