fix: use container.volumes for docker sock mount
This commit is contained in:
parent
a8387d2d65
commit
b241d86181
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
options: -v /var/run/docker.sock:/var/run/docker.sock
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue