fix(ci): drop the socket mount the runnter already provides
Build image / image (push) Successful in 49s
Build image / image (push) Successful in 49s
This commit is contained in:
@@ -10,7 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gitea/runner-images:ubuntu-latest
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user