Add SGX_LOG_LEVEL to manually_build_for_testing. (#6558)

* Add SGX_LOG_LEVEL to manually_build_for_testing.
This commit is contained in:
Jin Hanyu 2022-11-11 12:57:56 +08:00 committed by GitHub
parent 2ecf8c5108
commit 935b272c9f

View file

@ -630,7 +630,7 @@ jobs:
--build-arg https_proxy=${HTTPS_PROXY} \
--build-arg BASE_IMAGE_NAME=${base_image} \
--build-arg SGX_MEM_SIZE=64G \
--build-arg SGX_LEVEL_LOG=error \
--build-arg SGX_LOG_LEVEL=error \
--build-arg BASE_IMAGE_TAG=${TAG} \
-t ${image}:${TAG} -f ./Dockerfile .
sudo docker push ${image}:${TAG}