hopefully correct socket
This commit is contained in:
parent
87eb387e20
commit
104f41fb62
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.io/alpine:3.21.2
|
image: docker.io/alpine:3.21.2
|
||||||
options: "--volume /var/run/docker.sock:/var/run/docker.sock"
|
options: "--volume /run/user/1001/podman/podman.sock:/var/run/docker.sock"
|
||||||
steps:
|
steps:
|
||||||
- run: apk update && apk add --no-cache nodejs git docker
|
- run: apk update && apk add --no-cache nodejs git docker
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue