19 lines
438 B
Django/Jinja
19 lines
438 B
Django/Jinja
log:
|
|
level: info
|
|
|
|
runner:
|
|
file: /data/.runner
|
|
capacity: 2 # max concurrent jobs — lower if droplet is under load
|
|
labels:
|
|
- "ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
|
|
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
|
|
|
|
cache:
|
|
enabled: true
|
|
dir: /data/cache
|
|
|
|
container:
|
|
network: host
|
|
force_pull: false # reuse cached images to speed up builds
|
|
docker_sock_path: /var/run/docker.sock
|