From 35f415f875db76d9cfdb95c5df754e760dd85e40 Mon Sep 17 00:00:00 2001 From: Manuel Ganter Date: Mon, 3 Nov 2025 16:25:15 +0100 Subject: [PATCH] added labels from env:RUNNER_LABELS to enable garm cleanup --- runner/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index 52cf182..55fcc3c 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -61,7 +61,7 @@ forgejo-runner \ --token ${RUNNER_SECRET} \ --name ${RUNNER_NAME} \ --instance ${GITHUB_URL} \ - --labels ubuntu-host:host + --labels "${RUNNER_LABELS//,/:host,}:host" forgejo-runner generate-config > config.yml;