This commit is contained in:
parent
d4055f946c
commit
740c160ede
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:22-alpine
|
||||
image: docker:24
|
||||
options: --network=host # (Optional, more below)
|
||||
|
||||
steps:
|
||||
|
|
@ -19,6 +19,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
- name: Deploy with Docker
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue