chore: fix yaml syntax in the github action (#3718)
This commit is contained in:
parent
1f93fb72d7
commit
2dc57c5b3d
2
.github/workflows/publish_canary_docker.yml
vendored
2
.github/workflows/publish_canary_docker.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
node-version: 10.15
|
node-version: 10.15
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: docker: build & publish
|
- name: docker - build & publish
|
||||||
run: |
|
run: |
|
||||||
# build docker image
|
# build docker image
|
||||||
./docs/docker/build.sh
|
./docs/docker/build.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue