feat(release): install docker
This commit is contained in:
parent
12d5864fe9
commit
e9c4b475ef
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ jobs:
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Setup Docker
|
- name: Install Docker
|
||||||
uses: https://github.com/docker/setup-docker-action@master
|
run: curl https://get.docker.com | sh
|
||||||
- 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