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:
|
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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue