Skip to content

Commit

Permalink
Fix tts image push error (opea-project#530)
Browse files Browse the repository at this point in the history
Signed-off-by: Lianhao Lu <[email protected]>
Signed-off-by: siddhivelankar23 <[email protected]>
  • Loading branch information
lianhao authored and siddhivelankar23 committed Aug 22, 2024
1 parent fee277a commit f738a9f
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 f738a9f

Please sign in to comment.