container should communicate with host docker daemon
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 7s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 7s
This commit is contained in:
parent
b13adc30a3
commit
3c561d053d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: docker
|
||||
container:
|
||||
image: node:22-alpine
|
||||
options: --network=host # (Optional, more below)
|
||||
options: --network=host -v /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue