use node image and install docker
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 8s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 8s
This commit is contained in:
parent
740c160ede
commit
cef59064f6
1 changed files with 3 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker:24
|
||||
image: node:22-alpine
|
||||
options: --network=host # (Optional, more below)
|
||||
|
||||
steps:
|
||||
|
|
@ -20,9 +20,8 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- name: Install Docker
|
||||
run: apk add --no-cache docker-cli
|
||||
|
||||
- name: Deploy with Docker
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue