fix(CI): 移除build_args及custom_dns
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
5402ce1d34
commit
a54e88f9d7
|
|
@ -24,10 +24,6 @@ steps:
|
||||||
# create the docker_username and docker_password secrets in Drone, with Nexus' username & password
|
# create the docker_username and docker_password secrets in Drone, with Nexus' username & password
|
||||||
secrets: [ drone, dronepw ]
|
secrets: [ drone, dronepw ]
|
||||||
storage_driver: vfs #解决群晖btrfs,而docker内用的是vfs
|
storage_driver: vfs #解决群晖btrfs,而docker内用的是vfs
|
||||||
build_args:
|
|
||||||
HTTP_PROXY=http://192.168.31.254:7890
|
|
||||||
HTTPS_PROXY=http://192.168.31.254:7890
|
|
||||||
custom_dns: 8.8.8.8
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue