From edf7a9a0248d0f571b6cdcd56d62db17c31689b7 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Sat, 5 Aug 2023 20:55:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E5=B0=9D=E8=AF=95=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 14b0ec2..35b6a67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: # create the docker_username and docker_password secrets in Drone, with Nexus' username & password secrets: [ drone, dronepw ] storage_driver: vfs #解决群晖btrfs,而docker内用的是vfs - build_args: --network=host + build_args: --build-arg HTTP_PROXY=http://192.168.31.254:7890 --build-arg HTTPS_PROXY=http://192.168.31.254:7890 custom_dns: 8.8.8.8 #trigger: