Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforequity-at authored May 31, 2023
1 parent 8a67014 commit 880d5c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ VERSION := $(shell git describe --abbrev=0 --tags ${TAG_COMMIT} 2>/dev/null || t

docker_build_develop:
docker build -t botium/botium-speech-frontend:develop frontend
docker build -t botium/botium-speech-watcher:develop watcher
docker build -f stt/Dockerfile.kaldi.en -t botium/botium-speech-kaldi-en:develop stt
docker build -f stt/Dockerfile.kaldi.de -t botium/botium-speech-kaldi-de:develop stt
docker build -f tts/Dockerfile.marytts -t botium/botium-speech-marytts:develop tts
docker build -t botium/botium-speech-dictate:develop dictate
#docker build -t botium/botium-speech-watcher:develop watcher
#docker build -f stt/Dockerfile.kaldi.en -t botium/botium-speech-kaldi-en:develop stt
#docker build -f stt/Dockerfile.kaldi.de -t botium/botium-speech-kaldi-de:develop stt
#docker build -f tts/Dockerfile.marytts -t botium/botium-speech-marytts:develop tts
#docker build -t botium/botium-speech-dictate:develop dictate

docker_publish_develop:
docker push botium/botium-speech-frontend:develop
docker push botium/botium-speech-watcher:develop
docker push botium/botium-speech-kaldi-en:develop
docker push botium/botium-speech-kaldi-de:develop
docker push botium/botium-speech-marytts:develop
docker push botium/botium-speech-dictate:develop
#docker push botium/botium-speech-watcher:develop
#docker push botium/botium-speech-kaldi-en:develop
#docker push botium/botium-speech-kaldi-de:develop
#docker push botium/botium-speech-marytts:develop
#docker push botium/botium-speech-dictate:develop

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

0 comments on commit 880d5c6

Please sign in to comment.