container should communicate with host docker daemon
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 7s

This commit is contained in:
WilliamDiakite 2025-07-23 17:12:00 +00:00
parent b13adc30a3
commit 3c561d053d

View file

@ -12,7 +12,7 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: node:22-alpine image: node:22-alpine
options: --network=host # (Optional, more below) options: --network=host -v /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Checkout repo - name: Checkout repo