feat(release): Adds setup docker
This commit is contained in:
parent
3568b2f9a5
commit
3cb6105a26
1 changed files with 4 additions and 6 deletions
|
|
@ -8,12 +8,8 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
runs-on: node-20
|
||||
steps:
|
||||
- name: Use Node.JS 20.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 20.x
|
||||
- name: Checkout the repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -21,7 +17,9 @@ jobs:
|
|||
run: npm ci
|
||||
- name: Run build
|
||||
run: npm run build
|
||||
|
||||
|
||||
- name: Setup Docker
|
||||
uses: //github.com/docker/setup-docker-action@4.3.0
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Container Registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue