delete enclave key after build

This commit is contained in:
Heyang Sun 2022-10-11 10:38:29 +08:00 committed by GitHub
parent 53b9f8d958
commit fb0f9a35b9

View file

@ -75,6 +75,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}
rm enclave-key.pem
bigdl-ppml-trusted-big-data-ml-python-graphene: