From 292e5dd606fb2c5c17a4b8dd137497385c613b94 Mon Sep 17 00:00:00 2001 From: Cantibra Date: Fri, 22 May 2026 23:20:32 +0200 Subject: [PATCH] 3 --- .env | 2 +- gitea-runner/etc/gitea-runner/runner.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.