fix: Changes /var/run/docker.sock to TCP port 2375 instead.
Some checks failed
Release code / build (push) Failing after 2s
Some checks failed
Release code / build (push) Failing after 2s
This commit is contained in:
parent
32bf007b60
commit
4014188ad1
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
|||
dind:
|
||||
image: docker:dind
|
||||
options: --privileged --shm-size=2g
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 2375:2375
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue