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}