Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 6s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 6s
This commit is contained in:
parent
3c561d053d
commit
b7c2e95977
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ jobs:
|
|||
runs-on: docker
|
||||
container:
|
||||
image: node:22-alpine
|
||||
options: --network=host -v /var/run/docker.sock:/var/run/docker.sock
|
||||
options: --network=host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue