[CICD enhance] DocIndexRetriever run CI with latest base image, group logs in GHA outputs. (#1932)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2025-05-16 15:16:02 +08:00
committed by GitHub
parent 11b04b38db
commit 7ee6f3657c
7 changed files with 115 additions and 69 deletions

View File

@@ -5,6 +5,8 @@ services:
doc-index-retriever:
build:
args:
IMAGE_REPO: ${REGISTRY:-opea}
BASE_TAG: ${TAG:-latest}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}