chore: add debian-images var file for gitea runners
Some checks failed
Deploy / Prepare Build (push) Failing after 1m2s

This commit is contained in:
2025-09-11 20:18:31 +10:00
parent 74c81f873e
commit 9f6983c90a
3 changed files with 11 additions and 2 deletions

View File

@ -39,4 +39,7 @@
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,ubuntu-latest:docker://node:22-trixie,homelab-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853"
GITEA_RUNNER_LABELS: >
alpine-latest:docker://{{ alpine_latest_image }},
ubuntu-latest:docker://{{ ubuntu_latest_image }},
homelab-latest:docker://{{ debian_latest_image }}