feat(release): Adds setup docker
This commit is contained in:
parent
3568b2f9a5
commit
e81d1ddbab
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
|
||||
|
||||
|
|
@ -22,6 +18,8 @@ jobs:
|
|||
- 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