From feacade38ce3544fbe17a2c9b609c8b76dac1592 Mon Sep 17 00:00:00 2001 From: Shaojie Cui Date: Mon, 27 Feb 2023 17:01:22 +0800 Subject: [PATCH] [CICD]fix: delete latest tag bigdata image built for testing (#7701) --- .github/workflows/manually_build_for_testing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/manually_build_for_testing.yml b/.github/workflows/manually_build_for_testing.yml index 7f0b5c2c..ca9110f7 100644 --- a/.github/workflows/manually_build_for_testing.yml +++ b/.github/workflows/manually_build_for_testing.yml @@ -764,10 +764,6 @@ jobs: sudo docker push ${bigdata_custom_image}:${TAG} sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG} sudo docker push 10.239.45.10/arda/${bigdata_custom_image}:${TAG} - sudo docker tag ${bigdata_custom_image}:${TAG} intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest - sudo docker push intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest - sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest - sudo docker push 10.239.45.10/arda/intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest sudo docker rmi -f ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG} export bigdata_custom_image=intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference-64g