add no_proxy for bigdl-kms (#7996)
This commit is contained in:
parent
f885466475
commit
814f5bd915
1 changed files with 1 additions and 0 deletions
1
.github/workflows/manually_build.yml
vendored
1
.github/workflows/manually_build.yml
vendored
|
|
@ -723,6 +723,7 @@ jobs:
|
||||||
--build-arg http_proxy=${HTTP_PROXY} \
|
--build-arg http_proxy=${HTTP_PROXY} \
|
||||||
--build-arg https_proxy=${HTTPS_PROXY} \
|
--build-arg https_proxy=${HTTPS_PROXY} \
|
||||||
--build-arg JDK_URL=${JDK_URL} \
|
--build-arg JDK_URL=${JDK_URL} \
|
||||||
|
--build-arg no_proxy=${NO_PROXY} \
|
||||||
-t $IMAGE:$TAG -f ./Dockerfile .
|
-t $IMAGE:$TAG -f ./Dockerfile .
|
||||||
docker push ${IMAGE}:${TAG}
|
docker push ${IMAGE}:${TAG}
|
||||||
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue