[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

@@ -3,7 +3,6 @@
ARG IMAGE_REPO=opea
ARG BASE_TAG=latest
FROM opea/comps-base:$BASE_TAG
FROM $IMAGE_REPO/comps-base:$BASE_TAG
COPY ./audioqna.py $HOME/audioqna.py

View File

@@ -3,7 +3,6 @@
ARG IMAGE_REPO=opea
ARG BASE_TAG=latest
FROM opea/comps-base:$BASE_TAG
FROM $IMAGE_REPO/comps-base:$BASE_TAG
COPY ./audioqna_multilang.py $HOME/audioqna_multilang.py