3
Gitea Runner / Gitea Runner (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 33s
Gitea Runner / Gitea Runner (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 34s

This commit is contained in:
Cantibra
2026-05-22 23:20:32 +02:00
parent fad50f1bc9
commit 292e5dd606
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
VERSION='1.0.5' VERSION='1.0.6'
@@ -83,6 +83,9 @@ cache:
# (or `gitea-runner cache-server`) is in use: the runner pre-registers each job's ACTIONS_RUNTIME_TOKEN with the # (or `gitea-runner cache-server`) is in use: the runner pre-registers each job's ACTIONS_RUNTIME_TOKEN with the
# cache-server, and the cache-server enforces bearer auth + per-repo cache isolation. # cache-server, and the cache-server enforces bearer auth + per-repo cache isolation.
external_secret: "" external_secret: ""
# When true, reuse a cached action instead of fetching from the remote on every job. Note: a moved tag
# (e.g. a re-tagged "v6") or an updated branch stays at the cached commit until its cache entry is removed.
offline_mode: false
host: host:
# The parent directory of a job's working directory. # The parent directory of a job's working directory.