fix(CI): 添加docker build编译参数
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
61a694c3b4
commit
6b33f4fa60
|
|
@ -20,6 +20,7 @@ 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: --network=host
|
||||||
|
|
||||||
#trigger:
|
#trigger:
|
||||||
# branch:
|
# branch:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue