From 4bea11d5e8ff9c5aba80b772bc77d55f1df57c98 Mon Sep 17 00:00:00 2001 From: Heyang Sun <60865256+Uxito-Ada@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:24:35 +0800 Subject: [PATCH] rename gramine images --- .github/workflows/manually_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 327feec1..94964d35 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -158,7 +158,7 @@ jobs: sudo docker push 10.239.45.10/arda/${base_image}:${TAG} cd ../bigdl-gramine openssl genrsa -3 -out enclave-key.pem 3072 - export image=intelanalytics/bigdl-ppml-trusted-big-data-ml-python-gramine-reference-32g-error + export image=intelanalytics/bigdl-ppml-trusted-big-data-ml-python-gramine-reference-32g sudo docker build \ --build-arg BASE_IMAGE_NAME=${base_image} \ --build-arg BASE_IMAGE_TAG=${TAG} \ @@ -169,7 +169,7 @@ jobs: sudo docker tag ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG} sudo docker push 10.239.45.10/arda/${image}:${TAG} sudo docker rmi -f ${image}:${TAG} - export image=intelanalytics/bigdl-ppml-trusted-big-data-ml-python-gramine-reference-64g-error + export image=intelanalytics/bigdl-ppml-trusted-big-data-ml-python-gramine-reference-64g sudo docker build \ --build-arg BASE_IMAGE_NAME=${base_image} \ --build-arg BASE_IMAGE_TAG=${TAG} \