[CICD]fix image name in bigdata toolkit (#7978)

This commit is contained in:
Shaojie Cui 2023-04-03 15:57:27 +08:00 committed by GitHub
parent e91cb31575
commit 8a24ae76a8
2 changed files with 6 additions and 6 deletions

View file

@ -860,7 +860,7 @@ jobs:
--build-arg SGX_LOG_LEVEL=error \ --build-arg SGX_LOG_LEVEL=error \
--build-arg no_proxy=${NO_PROXY} \ --build-arg no_proxy=${NO_PROXY} \
--build-arg ENABLE_DCAP_ATTESTATION=false \ --build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} \ -t ${bigdata_custom_image}:${TAG} \
-f ./Dockerfile . -f ./Dockerfile .
sudo docker push ${bigdata_custom_image}:${TAG} 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 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 SGX_LOG_LEVEL=error \
--build-arg no_proxy=${NO_PROXY} \ --build-arg no_proxy=${NO_PROXY} \
--build-arg ENABLE_DCAP_ATTESTATION=false \ --build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} \ -t ${bigdata_custom_image}:${TAG} \
-f ./Dockerfile . -f ./Dockerfile .
sudo docker push ${bigdata_custom_image}:${TAG} 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 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 SGX_LOG_LEVEL=error \
--build-arg no_proxy=${NO_PROXY} \ --build-arg no_proxy=${NO_PROXY} \
--build-arg ENABLE_DCAP_ATTESTATION=false \ --build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} \ -t ${bigdata_custom_image}:${TAG} \
-f ./Dockerfile . -f ./Dockerfile .
sudo docker push ${bigdata_custom_image}:${TAG} 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 tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG}

View file

@ -747,7 +747,7 @@ jobs:
--build-arg SGX_LOG_LEVEL=error \ --build-arg SGX_LOG_LEVEL=error \
--build-arg no_proxy=${NO_PROXY} \ --build-arg no_proxy=${NO_PROXY} \
--build-arg ENABLE_DCAP_ATTESTATION=false \ --build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} \ -t ${bigdata_custom_image}:${TAG} \
-f ./Dockerfile . -f ./Dockerfile .
sudo docker push ${bigdata_custom_image}:${TAG} 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 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 SGX_LOG_LEVEL=error \
--build-arg no_proxy=${NO_PROXY} \ --build-arg no_proxy=${NO_PROXY} \
--build-arg ENABLE_DCAP_ATTESTATION=false \ --build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} \ -t ${bigdata_custom_image}:${TAG} \
-f ./Dockerfile . -f ./Dockerfile .
sudo docker push ${bigdata_custom_image}:${TAG} 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 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 SGX_LOG_LEVEL=error \
--build-arg no_proxy=${NO_PROXY} \ --build-arg no_proxy=${NO_PROXY} \
--build-arg ENABLE_DCAP_ATTESTATION=false \ --build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} \ -t ${bigdata_custom_image}:${TAG} \
-f ./Dockerfile . -f ./Dockerfile .
sudo docker push ${bigdata_custom_image}:${TAG} 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 tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG}