[CICD]fix image name in bigdata toolkit (#7978)
This commit is contained in:
parent
e91cb31575
commit
8a24ae76a8
2 changed files with 6 additions and 6 deletions
6
.github/workflows/manually_build.yml
vendored
6
.github/workflows/manually_build.yml
vendored
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue