From e9f2952efce47dc41891e66f1fdad53b0ce4b73d Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 3 Mar 2026 17:35:43 +0000 Subject: [PATCH] fix: remove duplicate docker socket mount from act_runner config --- docker/act_runner.config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/act_runner.config.yaml b/docker/act_runner.config.yaml index adb39e5..e6ad24e 100644 --- a/docker/act_runner.config.yaml +++ b/docker/act_runner.config.yaml @@ -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