[CICD enhance] DBQnA run CI with latest base image, group logs in GHA outputs. (#1931)
Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
||||
context: GenAIComps
|
||||
dockerfile: comps/text2sql/src/Dockerfile
|
||||
args:
|
||||
IMAGE_REPO: ${REGISTRY:-opea}
|
||||
BASE_TAG: ${TAG:-latest}
|
||||
http_proxy: ${http_proxy}
|
||||
https_proxy: ${https_proxy}
|
||||
no_proxy: ${no_proxy}
|
||||
@@ -16,8 +18,6 @@ services:
|
||||
context: ../ui
|
||||
dockerfile: ./docker/Dockerfile.react
|
||||
args:
|
||||
http_proxy: ${http_proxy}
|
||||
https_proxy: ${https_proxy}
|
||||
no_proxy: ${no_proxy}
|
||||
texttosql_url: ${build_texttosql_url}
|
||||
extends: text2sql
|
||||
image: ${REGISTRY:-opea}/text2sql-react-ui:${TAG:-latest}
|
||||
|
||||
Reference in New Issue
Block a user