Skip to content

Commit

Permalink
Fix tts image push error (#530)
Browse files Browse the repository at this point in the history
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
  • Loading branch information
lianhao authored Aug 20, 2024
1 parent 4a7b8f4 commit 8b9dcdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker/compose/tts-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# this file should be run in the root of the repo
# images used by GenAIExamples: reranking-tei
services:
asr:
tts:
build:
dockerfile: comps/tts/Dockerfile
image: ${REGISTRY}opea/asr:${TAG:-latest}
image: ${REGISTRY}opea/tts:${TAG:-latest}
speecht5:
build:
dockerfile: comps/tts/speecht5/Dockerfile
Expand Down

0 comments on commit 8b9dcdd

Please sign in to comment.