Fixed action
Some checks failed
Deploy dev on push / on-push-deploy_sh-edraft (push) Failing after 3m16s
Some checks failed
Deploy dev on push / on-push-deploy_sh-edraft (push) Failing after 3m16s
This commit is contained in:
parent
a7f9fa5818
commit
d72715d51b
@ -34,6 +34,7 @@ jobs:
|
||||
|
||||
- name: Build docker bot
|
||||
run: |
|
||||
cd kdb-bot
|
||||
docker image prune -f
|
||||
cpl docker-build
|
||||
|
||||
@ -47,6 +48,7 @@ jobs:
|
||||
|
||||
- name: Build docker web
|
||||
run: |
|
||||
cd kdb-web
|
||||
docker image prune -f
|
||||
npm run docker-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user