From 5791cdff50293fea68200aaeb42b9cb0a081d064 Mon Sep 17 00:00:00 2001 From: gianfi12 <10587213@polimi.it> Date: Sun, 10 May 2026 08:16:48 +0000 Subject: [PATCH] updated auto-update policy --- containers/act_runner/tasks.yml | 2 +- containers/gitea/tasks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/act_runner/tasks.yml b/containers/act_runner/tasks.yml index d90a4b5..e625b57 100644 --- a/containers/act_runner/tasks.yml +++ b/containers/act_runner/tasks.yml @@ -76,7 +76,7 @@ - /etc/act_runner:/config:Z - /run/user/{{ uid_containers.stdout }}/podman/podman.sock:/var/run/docker.sock:z label: - io.containers.autoupdate: "registry" + io.containers.autoupdate: "local" env: GITEA_INSTANCE_URL: "{{ vault_act_runner_host }}" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ vault_act_runner_token }}" diff --git a/containers/gitea/tasks.yml b/containers/gitea/tasks.yml index a86fe94..f32313e 100644 --- a/containers/gitea/tasks.yml +++ b/containers/gitea/tasks.yml @@ -109,7 +109,7 @@ - gitea:/data:Z - /etc/localtime:/etc/localtime:ro label: - io.containers.autoupdate: "registry" + io.containers.autoupdate: "local" traefik.enable: "true" traefik.http.routers.gitea.entrypoints: "https" traefik.http.routers.gitea.rule: "Host(`{{ vault_domain }}`) && (PathPrefix(`/git/`) || Path(`/git`))"