diff --git a/infra/runner-compose.yml b/infra/runner-compose.yml index d953288..6944213 100644 --- a/infra/runner-compose.yml +++ b/infra/runner-compose.yml @@ -13,7 +13,6 @@ services: - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN} - GITEA_RUNNER_NAME=swarm-runner # Maps the runs-on: ubuntu-latest label used in workflow files to a Docker image. - - GITEA_RUNNER_LABELS=py3.12-node22:docker://git.fabledsword.com/bvandeusen/runner-base:py3.12-node22 - CONFIG_FILE=/config/config.yml volumes: - /var/run/docker.sock:/var/run/docker.sock