mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-24 02:01:03 -04:00
🐛 Disable act_runner cache — external_secret required when enabled 🐛
default_config.yaml had cache.enabled=true but no external_secret, dir, host, or port configured. act_runner refuses to start the cache server without external_secret, logging an error on every boot. cache_server.yaml already has cache disabled — align default_config to match. - rootfs/tmp/etc/act_runner/default_config.yaml: cache.enabled false rootfs/tmp/etc/act_runner/default_config.yaml
This commit is contained in:
@@ -66,4 +66,4 @@ container:
|
|||||||
docker_host: ''
|
docker_host: ''
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user