support into master #371

Merged
edraft merged 46 commits from support into master 2023-09-27 20:46:54 +02:00
Showing only changes of commit d72715d51b - Show all commits

View File

@ -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