feat(release): setup docker
This commit is contained in:
parent
81191259eb
commit
7811932ad7
1 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ jobs:
|
|||
- name: Run build
|
||||
run: npm run build
|
||||
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-docker-action@v4
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
- name: Login to Container Registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue