From e91cb31575659d6714b60681777c30a7cce7c2b6 Mon Sep 17 00:00:00 2001 From: Heyang Sun <60865256+Uxito-Ada@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:02:43 +0800 Subject: [PATCH] set no (#7974) --- .github/workflows/manually_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index a9691e89..94767d9a 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -698,6 +698,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}