#120 Add labels for each runner
Some checks are pending
Docker Compose Config / docker-compose-config (push) Waiting to run

This commit is contained in:
Joey Hafner 2024-02-12 23:26:37 -08:00
parent 8f6007c28d
commit e50a6d8ad5
3 changed files with 8 additions and 3 deletions

View File

@ -41,7 +41,7 @@ services:
depends_on:
- gitea
env_file:
- path: ./runner.env
- path: ./runner-dind.env
required: true
- path: ./runner_secrets.env
required: false
@ -58,7 +58,7 @@ services:
depends_on:
- gitea
env_file:
- path: ./runner.env
- path: ./runner-ubuntu.env
required: true
- path: ./runner_secrets.env
required: false

View File

@ -1,3 +1,4 @@
CONFIG_FILE=/config.yaml
GITEA_INSTANCE_URL=https://gitea.jafner.tools
GITEA_RUNNER_NAME=druid1
GITEA_RUNNER_NAME=druid2
GITEA_RUNNER_LABELS=dind

View File

@ -0,0 +1,4 @@
CONFIG_FILE=/config.yaml
GITEA_INSTANCE_URL=https://gitea.jafner.tools
GITEA_RUNNER_NAME=druid1
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster