From 8a24ae76a8e5cac28a452e0293c330375797d5ea Mon Sep 17 00:00:00 2001 From: Shaojie Cui Date: Mon, 3 Apr 2023 15:57:27 +0800 Subject: [PATCH] [CICD]fix image name in bigdata toolkit (#7978) --- .github/workflows/manually_build.yml | 6 +++--- .github/workflows/manually_build_for_testing.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 94767d9a..0b4ee7e8 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -860,7 +860,7 @@ jobs: --build-arg SGX_LOG_LEVEL=error \ --build-arg no_proxy=${NO_PROXY} \ --build-arg ENABLE_DCAP_ATTESTATION=false \ - -t ${image}:${TAG} \ + -t ${bigdata_custom_image}:${TAG} \ -f ./Dockerfile . sudo docker push ${bigdata_custom_image}:${TAG} sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG} @@ -876,7 +876,7 @@ jobs: --build-arg SGX_LOG_LEVEL=error \ --build-arg no_proxy=${NO_PROXY} \ --build-arg ENABLE_DCAP_ATTESTATION=false \ - -t ${image}:${TAG} \ + -t ${bigdata_custom_image}:${TAG} \ -f ./Dockerfile . sudo docker push ${bigdata_custom_image}:${TAG} sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG} @@ -892,7 +892,7 @@ jobs: --build-arg SGX_LOG_LEVEL=error \ --build-arg no_proxy=${NO_PROXY} \ --build-arg ENABLE_DCAP_ATTESTATION=false \ - -t ${image}:${TAG} \ + -t ${bigdata_custom_image}:${TAG} \ -f ./Dockerfile . sudo docker push ${bigdata_custom_image}:${TAG} sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG} diff --git a/.github/workflows/manually_build_for_testing.yml b/.github/workflows/manually_build_for_testing.yml index 97561de7..fe3dbf61 100644 --- a/.github/workflows/manually_build_for_testing.yml +++ b/.github/workflows/manually_build_for_testing.yml @@ -747,7 +747,7 @@ jobs: --build-arg SGX_LOG_LEVEL=error \ --build-arg no_proxy=${NO_PROXY} \ --build-arg ENABLE_DCAP_ATTESTATION=false \ - -t ${image}:${TAG} \ + -t ${bigdata_custom_image}:${TAG} \ -f ./Dockerfile . sudo docker push ${bigdata_custom_image}:${TAG} sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG} @@ -763,7 +763,7 @@ jobs: --build-arg SGX_LOG_LEVEL=error \ --build-arg no_proxy=${NO_PROXY} \ --build-arg ENABLE_DCAP_ATTESTATION=false \ - -t ${image}:${TAG} \ + -t ${bigdata_custom_image}:${TAG} \ -f ./Dockerfile . sudo docker push ${bigdata_custom_image}:${TAG} sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG} @@ -779,7 +779,7 @@ jobs: --build-arg SGX_LOG_LEVEL=error \ --build-arg no_proxy=${NO_PROXY} \ --build-arg ENABLE_DCAP_ATTESTATION=false \ - -t ${image}:${TAG} \ + -t ${bigdata_custom_image}:${TAG} \ -f ./Dockerfile . sudo docker push ${bigdata_custom_image}:${TAG} sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG}