delete enclave key after build
This commit is contained in:
parent
53b9f8d958
commit
fb0f9a35b9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/manually_build.yml
vendored
1
.github/workflows/manually_build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue