add no_proxy for bigdl-kms (#7996)

This commit is contained in:
Heyang Sun 2023-04-06 09:18:53 +08:00 committed by GitHub
parent f885466475
commit 814f5bd915

View file

@ -723,6 +723,7 @@ jobs:
--build-arg http_proxy=${HTTP_PROXY} \
--build-arg https_proxy=${HTTPS_PROXY} \
--build-arg JDK_URL=${JDK_URL} \
--build-arg no_proxy=${NO_PROXY} \
-t $IMAGE:$TAG -f ./Dockerfile .
docker push ${IMAGE}:${TAG}
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}