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

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2025-05-15 11:22:49 +08:00
committed by GitHub
parent 8eac02e58b
commit 410df80925
5 changed files with 73 additions and 53 deletions

View File

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