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