Update manually_build.yml

This commit is contained in:
Heyang Sun 2022-11-02 12:13:35 +08:00 committed by GitHub
parent 654baef1a3
commit 23d79f7b7b

View file

@ -297,6 +297,7 @@ jobs:
--build-arg BASE_IMAGE_TAG=${TAG} \
--build-arg SGX_MEM_SIZE=64G \
--build-arg SGX_LOG_LEVEL=error \
--build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} -f ./Dockerfile .
sudo docker push ${image}:${TAG}
sudo docker tag ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG}
@ -308,6 +309,7 @@ jobs:
--build-arg BASE_IMAGE_TAG=${TAG} \
--build-arg SGX_MEM_SIZE=32G \
--build-arg SGX_LOG_LEVEL=all \
--build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} -f ./Dockerfile .
sudo docker push ${image}:${TAG}
sudo docker tag ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG}
@ -319,6 +321,7 @@ jobs:
--build-arg BASE_IMAGE_TAG=${TAG} \
--build-arg SGX_MEM_SIZE=64G \
--build-arg SGX_LOG_LEVEL=all \
--build-arg ENABLE_DCAP_ATTESTATION=false \
-t ${image}:${TAG} -f ./Dockerfile .
sudo docker push ${image}:${TAG}
sudo docker tag ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG}