fix image act runner reference #1

Merged
gianfi merged 3 commits from fix-runner into main 2026-05-10 17:43:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5791cdff50 - Show all commits
+1 -1
View File
@@ -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 }}"
+1 -1
View File
@@ -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`))"