hopefully correct socket

This commit is contained in:
lookshe 2025-01-13 20:38:51 +01:00
parent 87eb387e20
commit 104f41fb62

View file

@ -7,7 +7,7 @@ jobs:
runs-on: docker
container:
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:
- run: apk update && apk add --no-cache nodejs git docker
- uses: actions/checkout@v4