fix: add var base_image in bigdata build (#6616)
This commit is contained in:
parent
f1d4fb4d37
commit
aff0f55b7f
2 changed files with 2 additions and 0 deletions
1
.github/workflows/manually_build.yml
vendored
1
.github/workflows/manually_build.yml
vendored
|
|
@ -758,6 +758,7 @@ jobs:
|
|||
echo "######### bigdl-ppml-trusted-bigdata-gramine ###########"
|
||||
echo "########################################################"
|
||||
cd ppml/trusted-bigdata
|
||||
export base_image=intelanalytics/bigdl-ppml-gramine-base
|
||||
export bigdata_base_image=intelanalytics/bigdl-ppml-trusted-bigdata-gramine-base
|
||||
sudo docker build \
|
||||
--build-arg http_proxy=${HTTP_PROXY} \
|
||||
|
|
|
|||
|
|
@ -695,6 +695,7 @@ jobs:
|
|||
echo "######### bigdl-ppml-trusted-bigdata-gramine ###########"
|
||||
echo "########################################################"
|
||||
cd ppml/trusted-bigdata
|
||||
export base_image=intelanalytics/bigdl-ppml-gramine-base
|
||||
export bigdata_base_image=intelanalytics/bigdl-ppml-trusted-bigdata-gramine-base
|
||||
sudo docker build \
|
||||
--build-arg http_proxy=${HTTP_PROXY} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue