File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ docker_publish_develop:
1919
2020docker_build_release :
2121 docker build -t botium/botium-speech-frontend:$(VERSION ) frontend
22+
23+ docker_build_release_legacy :
2224 docker build -t botium/botium-speech-watcher:$(VERSION ) watcher
2325 docker build -f stt/Dockerfile.kaldi.en -t botium/botium-speech-kaldi-en:$(VERSION ) stt
2426 docker build -f stt/Dockerfile.kaldi.de -t botium/botium-speech-kaldi-de:$(VERSION ) stt
@@ -27,6 +29,8 @@ docker_build_release:
2729
2830docker_publish_release :
2931 docker push botium/botium-speech-frontend:$(VERSION )
32+
33+ docker_publish_release_legacy :
3034 docker push botium/botium-speech-watcher:$(VERSION )
3135 docker push botium/botium-speech-kaldi-en:$(VERSION )
3236 docker push botium/botium-speech-kaldi-de:$(VERSION )
You can’t perform that action at this time.
0 commit comments