Skip to content

Commit

Permalink
Add dockerfile paths to GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Morin <[email protected]>
  • Loading branch information
cameronmorin committed Dec 2, 2024
1 parent dda5b94 commit b342bd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker/compose/dataprep-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ services:
build:
dockerfile: comps/dataprep/redis/langchain/Dockerfile
image: ${REGISTRY:-opea}/dataprep-redis:${TAG:-latest}
dataprep-opensearch:
build:
dockerfile: comps/dataprep/opensearch/langchain/Dockerfile
image: ${REGISTRY:-opea}/dataprep-opensearch:${TAG:-latest}
dataprep-qdrant:
build:
dockerfile: comps/dataprep/qdrant/langchain/Dockerfile
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker/compose/retrievers-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ services:
build:
dockerfile: comps/retrievers/redis/langchain/Dockerfile
image: ${REGISTRY:-opea}/retriever-redis:${TAG:-latest}
retriever-opensearch:
build:
dockerfile: comps/retrievers/opensearch/langchain/Dockerfile
image: ${REGISTRY:-opea}/retriever-opensearch:${TAG:-latest}
retriever-qdrant:
build:
dockerfile: comps/retrievers/qdrant/haystack/Dockerfile
Expand Down

0 comments on commit b342bd5

Please sign in to comment.