Add SGX_LOG_LEVEL to manually_build_for_testing. (#6558)
* Add SGX_LOG_LEVEL to manually_build_for_testing.
This commit is contained in:
parent
2ecf8c5108
commit
935b272c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue