Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 6s

This commit is contained in:
WilliamDiakite 2025-07-23 17:16:38 +00:00
parent 3c561d053d
commit b7c2e95977

View file

@ -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