diff --git a/runner/docker-compose.yml b/runner/docker-compose.yml index 5c67a0e..6d66368 100644 --- a/runner/docker-compose.yml +++ b/runner/docker-compose.yml @@ -13,7 +13,8 @@ services: - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN} - GITEA_RUNNER_NAME=internal-runner # Default labels - - GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:22-bookworm,ubuntu-22.04:docker://node:16-bullseye + # Use an image that contains Docker CLI, Git, and Node.js + - GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-latest volumes: # Persist configuration and data - ./data:/data