use node image and install docker
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 8s

This commit is contained in:
WilliamDiakite 2025-07-23 16:32:56 +00:00
parent 740c160ede
commit cef59064f6

View file

@ -11,7 +11,7 @@ jobs:
deploy: deploy:
runs-on: docker runs-on: docker
container: container:
image: docker:24 image: node:22-alpine
options: --network=host # (Optional, more below) options: --network=host # (Optional, more below)
steps: steps:
@ -20,9 +20,8 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@v4 - name: Install Docker
with: run: apk add --no-cache docker-cli
node-version: 22
- name: Deploy with Docker - name: Deploy with Docker
run: | run: |