Compare commits

3 Commits

Author SHA1 Message Date
gianfi12 5791cdff50 updated auto-update policy 2026-05-10 08:16:48 +00:00
gianfi12 dd7bf59586 fix runner versioning for autoupdate 2026-05-09 23:57:18 +00:00
gianfi12 dbc14129fc fix image act runner reference 2026-05-09 08:14:52 +00:00
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -33,7 +33,7 @@
containers.podman.podman_image:
name: docker.io/{{ item }}
loop:
- gitea/act_runner:latest
- gitea/runner:latest
- name: Change permission to act_runner folder
become_user: root
@@ -62,7 +62,7 @@
become: true
containers.podman.podman_container:
name: act_runner
image: gitea/act_runner:latest
image: docker.io/gitea/runner:latest
state: present
security_opt:
# - label=type:container_runtime_t
@@ -75,6 +75,8 @@
- act_runner:/data:Z
- /etc/act_runner:/config:Z
- /run/user/{{ uid_containers.stdout }}/podman/podman.sock:/var/run/docker.sock:z
label:
io.containers.autoupdate: "local"
env:
GITEA_INSTANCE_URL: "{{ vault_act_runner_host }}"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ vault_act_runner_token }}"
@@ -1,7 +1,7 @@
# Example configuration file, it's safe to copy this as the default config file without any modification.
# You don't have to copy this file to your instance,
# just run `./act_runner generate-config > config.yaml` to generate a config file.
# just run `./gitea-runner generate-config > config.yaml` to generate a config file.
log:
# The level of logging, can be trace, debug, info, warn, error, fatal
+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`))"