fix(install-deps): Supprime volumes docker inutiles
This commit is contained in:
3
.github/workflows/install-deps.yml
vendored
3
.github/workflows/install-deps.yml
vendored
@@ -58,9 +58,6 @@ jobs:
|
||||
needs: install
|
||||
container:
|
||||
image: registre.esy-web.dev/actions:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /usr/bin/docker:/usr/bin/docker # Optional, but can help if docker binary isn't in path
|
||||
env:
|
||||
APP_ENV: test
|
||||
MESSENGER_TRANSPORT_DSN: redis://host.docker.internal:15433/messages
|
||||
|
||||
Reference in New Issue
Block a user