docker socket as volume
This commit is contained in:
parent
0035d629c5
commit
87eb387e20
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue