fix(CI): plugins/docker 建议使用dockersock方式编译
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
365b38a946
commit
eee1703356
|
|
@ -22,9 +22,9 @@ steps:
|
|||
insecure: true
|
||||
registry: 192.168.31.104:8082
|
||||
repo: 192.168.31.104:8082/tiamo/user-point-management
|
||||
# volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置
|
||||
# - name: dockersock
|
||||
# path: /var/run/docker.sock
|
||||
volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
- name: deploy
|
||||
pull: if-not-exists
|
||||
image: appleboy/drone-ssh
|
||||
|
|
|
|||
Loading…
Reference in New Issue