From eee1703356baa8c6b576bb8a866c0a6c382119bf Mon Sep 17 00:00:00 2001 From: Yosheng Date: Fri, 6 Oct 2023 17:04:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20plugins/docker=20=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E4=BD=BF=E7=94=A8dockersock=E6=96=B9=E5=BC=8F=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 19a308a..40c513f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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