diff --git a/tasks/gitea-runner-homelab.yml b/tasks/gitea-runner-homelab.yml index 40a92ec..79c6e85 100644 --- a/tasks/gitea-runner-homelab.yml +++ b/tasks/gitea-runner-homelab.yml @@ -26,7 +26,7 @@ image: gitea/act_runner:0.2.13 restart_policy: unless-stopped recreate: true - # dns_servers: + # dns_servers:a # - 10.10.10.1 # - 127.0.0.11 volumes: @@ -39,4 +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,ubuntu-latest:docker://node:22-trixie,homelab-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-091816" + 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" diff --git a/tasks/gitea.yml b/tasks/gitea.yml index 6994409..1ea9cf1 100644 --- a/tasks/gitea.yml +++ b/tasks/gitea.yml @@ -94,7 +94,7 @@ GITEA_INSTANCE_URL: "https://git.comprofix.com" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}" GITEA_RUNNER_NAME: "gitea-runner" - GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,vps-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-091816" + GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,vps-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853" - name: Create directories file: