Skip to content

Commit 69d5ce0

Browse files
committed
docker build release fix
1 parent 9be3f47 commit 69d5ce0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ docker_publish_develop:
1919

2020
docker_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

2830
docker_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)

0 commit comments

Comments
 (0)