Skip to content

Commit

Permalink
enhance image publish job (#614)
Browse files Browse the repository at this point in the history
* remove default services

Signed-off-by: chensuyue <[email protected]>

* update service name

Signed-off-by: chensuyue <[email protected]>

* fix image name

Signed-off-by: chensuyue <[email protected]>

* Add compose file. (#612)

---------

Signed-off-by: chensuyue <[email protected]>
Co-authored-by: ZePan110 <[email protected]>
  • Loading branch information
chensuyue and ZePan110 committed Sep 4, 2024
1 parent a924579 commit 9007212
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker/compose/lvms-compose-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
dockerfile: comps/lvms/llava/Dockerfile
image: ${REGISTRY:-opea}/llava:${TAG:-latest}
# Gaudi2 HPU
llava_hpu:
llava-hpu:
build:
dockerfile: comps/lvms/llava/Dockerfile_hpu
image: ${REGISTRY:-opea}/llava-hpu:${TAG:-latest}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/docker/compose/vectorstores-compose-cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

# this file should be run in the root of the repo
services:
vectorstore-pathway:
build:
dockerfile: comps/vectorstores/langchain/pathway
image: ${REGISTRY:-opea}/vectorstore-pathway:${TAG:-latest}
4 changes: 2 additions & 2 deletions .github/workflows/manual-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
workflow_dispatch:
inputs:
services:
default: "asr"
description: "List of services to test [agent_langchain,asr,chathistory_mongo,dataprep_milvus,embeddings,guardrails,knowledgegraphs,llms,lvms,prompt_registry,ragas,reranks,retrievers,tts,vectorstores,web_retrievers]"
default: ""
description: "List of services to test [agent,asr,chathistory,dataprep,embeddings,guardrails,knowledgegraphs,llms,lvms,nginx,prompt_registry,ragas,reranks,retrievers,tts,vectorstores,web_retrievers]"
required: false
type: string
images:
Expand Down

0 comments on commit 9007212

Please sign in to comment.