diff --git a/.env b/.env index 14bd2c8..e548730 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VERSION='1.0.5' +VERSION='1.0.6' diff --git a/gitea-runner/etc/gitea-runner/runner.yaml b/gitea-runner/etc/gitea-runner/runner.yaml index 087f958..58575f3 100644 --- a/gitea-runner/etc/gitea-runner/runner.yaml +++ b/gitea-runner/etc/gitea-runner/runner.yaml @@ -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 # cache-server, and the cache-server enforces bearer auth + per-repo cache isolation. 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: # The parent directory of a job's working directory.