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
|
||||
run: npm run build
|
||||
|
||||
- name: Setup Docker
|
||||
uses: https://github.com/docker/setup-docker-action@master
|
||||
- name: Install Docker
|
||||
run: curl https://get.docker.com | sh
|
||||
- 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