gitea/rootfs/tmp/etc/act_runner/cache_server.yaml
casjay 50d7c85076
Some checks are pending
release-tag / release-image (push) Waiting to run
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/act_runner/cache_server.yaml
rootfs/tmp/etc/act_runner/daemon.yaml
rootfs/tmp/etc/act_runner/default_config.yaml
rootfs/tmp/etc/act_runner/multi.yaml
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
2024-09-02 11:07:50 -04:00

10 lines
236 B
YAML

log:
# The level of logging, can be trace, debug, info, warn, error, fatal
level: info
cache:
# Enable cache server to use actions/cache.
enabled: true
# The directory to store the cache data.
dir: '/data/act_runner/cache'