fix: update gitea labels
Some checks are pending
Deploy / Prepare Build (push) Waiting to run

This commit is contained in:
2025-09-21 21:59:53 +10:00
parent 3656dd8d83
commit 7636006d9f
2 changed files with 2 additions and 8 deletions

View File

@ -39,7 +39,4 @@
GITEA_INSTANCE_URL: "https://git.comprofix.com"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
GITEA_RUNNER_NAME: "homelab-runner"
GITEA_RUNNER_LABELS: >
alpine-latest:docker://{{ alpine_latest_image }},
ubuntu-latest:docker://{{ ubuntu_latest_image }},
homelab-latest:docker://{{ debian_latest_image }}
GITEA_RUNNER_LABELS: "alpine-latest:docker://{{ alpine_latest_image }},ubuntu-latest:docker://{{ ubuntu_latest_image }},homelab-latest:docker://{{ debian_latest_image }}"