docker socket as volume

This commit is contained in:
lookshe 2025-01-13 20:37:24 +01:00
parent 0035d629c5
commit 87eb387e20

View file

@ -7,6 +7,7 @@ jobs:
runs-on: docker
container:
image: docker.io/alpine:3.21.2
options: "--volume /var/run/docker.sock:/var/run/docker.sock"
steps:
- run: apk update && apk add --no-cache nodejs git docker
- uses: actions/checkout@v4