Remove duplicate docker socket mount from workflow
Some checks failed
Deploy to NAS / deploy (push) Failing after 13s

act_runner propagates the socket automatically from the runner container.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-04-07 17:11:37 +02:00
parent 7f4a5a63c1
commit 691b49da40

View File

@@ -9,7 +9,6 @@ jobs:
runs-on: self-hosted
container:
image: docker:latest
options: -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Pull code