fix: remove duplicate docker socket mount from act_runner config
Some checks failed
Docker / docker (push) Failing after 0s
Some checks failed
Docker / docker (push) Failing after 0s
This commit is contained in:
@@ -7,10 +7,7 @@ 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
|
||||
# Use host network so job containers can reach forge.dilain.com
|
||||
network: host
|
||||
valid_volumes:
|
||||
- /var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user