Skip to content

Commit

Permalink
docker build release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
murliwatz committed Apr 16, 2024
1 parent 9be3f47 commit 69d5ce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ docker_publish_develop:

docker_build_release:
docker build -t botium/botium-speech-frontend:$(VERSION) frontend

docker_build_release_legacy:
docker build -t botium/botium-speech-watcher:$(VERSION) watcher
docker build -f stt/Dockerfile.kaldi.en -t botium/botium-speech-kaldi-en:$(VERSION) stt
docker build -f stt/Dockerfile.kaldi.de -t botium/botium-speech-kaldi-de:$(VERSION) stt
Expand All @@ -27,6 +29,8 @@ docker_build_release:

docker_publish_release:
docker push botium/botium-speech-frontend:$(VERSION)

docker_publish_release_legacy:
docker push botium/botium-speech-watcher:$(VERSION)
docker push botium/botium-speech-kaldi-en:$(VERSION)
docker push botium/botium-speech-kaldi-de:$(VERSION)
Expand Down

0 comments on commit 69d5ce0

Please sign in to comment.