🗃️ 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:
casjay
2024-09-02 15:40:42 -04:00
parent bac7b665ab
commit 8f627d680a
3 changed files with 4 additions and 7 deletions

View File

@@ -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'