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

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2025-04-24 16:18:44 +08:00
committed by GitHub
parent 1fdab591d9
commit f90a6d2a8e
7 changed files with 72 additions and 35 deletions

View File

@@ -1,8 +1,9 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
ARG IMAGE_REPO=opea
ARG BASE_TAG=latest
FROM opea/comps-base:$BASE_TAG
FROM $IMAGE_REPO/comps-base:$BASE_TAG
COPY ./chatqna.py $HOME/chatqna.py