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:
|
dind:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
options: --privileged --shm-size=2g
|
options: --privileged --shm-size=2g
|
||||||
volumes:
|
ports:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- 2375:2375
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue