diff --git a/.drone.yml b/.drone.yml index 35b6a67..1baf964 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,9 @@ 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: --build-arg HTTP_PROXY=http://192.168.31.254:7890 --build-arg HTTPS_PROXY=http://192.168.31.254:7890 + build_args: + HTTP_PROXY=http://192.168.31.254:7890 + HTTPS_PROXY=http://192.168.31.254:7890 custom_dns: 8.8.8.8 #trigger: