From 8a6a6523cc20e48e680f159926c4839dcc16c1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 4 May 2025 14:16:15 +0100 Subject: [PATCH] fix name and labels --- services/myLimbo-casa-gitea-act-runner/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/myLimbo-casa-gitea-act-runner/docker-compose.yml b/services/myLimbo-casa-gitea-act-runner/docker-compose.yml index a075632..eaa8eb9 100644 --- a/services/myLimbo-casa-gitea-act-runner/docker-compose.yml +++ b/services/myLimbo-casa-gitea-act-runner/docker-compose.yml @@ -16,9 +16,9 @@ services: # Needed only for the first start. - CONFIG_FILE= /config/config.yaml - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN} - - GITEA_RUNNER_NAME="myLimbo-casa-gitea-act-runner" + - GITEA_RUNNER_NAME=myLimbo-casa-gitea-act-runner #- GITEA_RUNNER_CONFIG_FILE="/config/config.yaml" - - GITEA_RUNNER_LABELS="myLimbo-casa-gitea-act-runner" + - GITEA_RUNNER_LABELS=myLimbo-casa-gitea-act-runner configs: - source: act-runner-config