Skip to content

Commit 9007212

Browse files
chensuyueZePan110
andauthored
enhance image publish job (#614)
* 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]>
1 parent a924579 commit 9007212

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/docker/compose/lvms-compose-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
dockerfile: comps/lvms/llava/Dockerfile
1414
image: ${REGISTRY:-opea}/llava:${TAG:-latest}
1515
# Gaudi2 HPU
16-
llava_hpu:
16+
llava-hpu:
1717
build:
1818
dockerfile: comps/lvms/llava/Dockerfile_hpu
1919
image: ${REGISTRY:-opea}/llava-hpu:${TAG:-latest}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (C) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# this file should be run in the root of the repo
5+
services:
6+
vectorstore-pathway:
7+
build:
8+
dockerfile: comps/vectorstores/langchain/pathway
9+
image: ${REGISTRY:-opea}/vectorstore-pathway:${TAG:-latest}

.github/workflows/manual-docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77
inputs:
88
services:
9-
default: "asr"
10-
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]"
9+
default: ""
10+
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]"
1111
required: false
1212
type: string
1313
images:

0 commit comments

Comments
 (0)