fix: remove duplicate docker socket mount from act_runner config
Some checks failed
Docker / docker (push) Failing after 0s

This commit is contained in:
dev
2026-03-03 17:35:43 +00:00
parent 3681ba86bc
commit e9f2952efc

View File

@@ -7,10 +7,7 @@ cache:
enabled: true enabled: true
container: container:
# Pass the host Docker socket into every job container so # Use host network so job containers can reach forge.dilain.com
# 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 network: host
valid_volumes: valid_volumes:
- /var/run/docker.sock - /var/run/docker.sock