mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-21 23:23:06 -05:00
50d7c85076
Some checks are pending
release-tag / release-image (push) Waiting to run
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
10 lines
236 B
YAML
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'
|