7 lines
396 B
YAML
7 lines
396 B
YAML
# Mounts the host Docker socket into every job container act_runner creates, so
|
|
# `docker build`/`docker push` work inside workflow steps (Docker-outside-of-Docker).
|
|
# This is a runner-admin-controlled default (not something a workflow author can
|
|
# request itself), which is the safer of the two ways act_runner supports this.
|
|
container:
|
|
options: "-v /var/run/docker.sock:/var/run/docker.sock"
|