fix(ci): drop the socket mount the runnter already provides
Build image / image (push) Successful in 49s

This commit is contained in:
Steppenstreuner
2026-09-01 18:18:08 +02:00
parent e22eded2bf
commit dc83071a0a
+3 -1
View File
@@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: gitea/runner-images:ubuntu-latest
options: -v /home/jazz/stacks:/deploy-target -v /var/run/docker.sock:/var/run/docker.sock
# den Docker-Socket haengt der Runner selbst ein, ein zweiter Mount
# waere ein "Duplicate mount point"
options: -v /home/jazz/stacks:/deploy-target
steps:
- name: Checkout
uses: actions/checkout@v4