From e2526d33d095f5f1faec5735e487c2d80aa25d7b Mon Sep 17 00:00:00 2001 From: Yosheng Date: Sun, 6 Aug 2023 00:03:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E4=BF=AE=E6=94=B9=E5=B8=90=E5=8F=B7?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=99=BB=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4f6c45f..5d91f72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,8 @@ steps: - name: publish image: plugins/docker settings: + username: drone + password: dronepw pull: if-not-exists # 如果镜像不存在则拉取,免去每次都要重新下载 dockerfile: Dockerfile tags: latest @@ -21,8 +23,6 @@ steps: insecure: true registry: 192.168.31.104:8082 repo: 192.168.31.104:8082/tiamo/user-point-management - # create the docker_username and docker_password secrets in Drone, with Nexus' username & password - secrets: [ drone, dronepw ] storage_driver: vfs #解决群晖btrfs,而docker内用的是vfs volumes: - name: dockersock