diff --git a/.github/workflows/docker/compose/texttosql-compose.yaml b/.github/workflows/docker/compose/texttosql-compose.yaml index a059742d9e..56c7b41fb7 100644 --- a/.github/workflows/docker/compose/texttosql-compose.yaml +++ b/.github/workflows/docker/compose/texttosql-compose.yaml @@ -3,7 +3,7 @@ # this file should be run in the root of the repo services: - texttosql-langchain: + texttosql: build: dockerfile: comps/texttosql/langchain/Dockerfile image: ${REGISTRY:-opea}/texttosql:${TAG:-latest}