17 lines
395 B
YAML
17 lines
395 B
YAML
|
|
runner:
|
||
|
|
capacity: 1
|
||
|
|
timeout: 3h
|
||
|
|
insecure: false
|
||
|
|
|
||
|
|
cache:
|
||
|
|
enabled: true
|
||
|
|
|
||
|
|
container:
|
||
|
|
# Pass the host Docker socket into every job container so
|
||
|
|
# docker/build-push-action can build and push images.
|
||
|
|
options: -v /var/run/docker.sock:/var/run/docker.sock
|
||
|
|
# Use the host network so the job container can reach forge.dilain.com
|
||
|
|
network: host
|
||
|
|
valid_volumes:
|
||
|
|
- /var/run/docker.sock
|