mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-09-18 09:57:48 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/act_runner/cache_server.yaml rootfs/tmp/etc/act_runner/default_config.yaml rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
@@ -3,7 +3,7 @@ log:
|
||||
level: info
|
||||
|
||||
cache:
|
||||
# Enable cache server to use actions/cache.
|
||||
enabled: true
|
||||
# The directory to store the cache data.
|
||||
dir: '/data/act_runner/cache'
|
||||
host: '0.0.0.0'
|
||||
port: 'REPLACE_RUNNER_CACHE_PORT'
|
||||
|
@@ -66,9 +66,5 @@ container:
|
||||
docker_host: ''
|
||||
|
||||
cache:
|
||||
# Enable cache server to use actions/cache.
|
||||
enabled: true
|
||||
# The host of the cache server.
|
||||
host: 'REPLACE_RUNNER_CACHE_HOST'
|
||||
# The port of the cache server.
|
||||
port: REPLACE_RUNNER_CACHE_PORT
|
||||
external_server: 'http://REPLACE_RUNNER_CACHE_HOST:REPLACE_RUNNER_CACHE_PORT/'
|
||||
|
Reference in New Issue
Block a user