From e4017faaeaf33f75090c4b0f5d6cc1de7a8de466 Mon Sep 17 00:00:00 2001 From: cobb Date: Wed, 11 Jan 2023 18:36:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7876c99..2af79f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,8 +38,9 @@ steps: settings: dockerfile: ./Dockerfile use_cache: true - registry: https://ccr.ccs.tencentyun.com # 测试腾讯云上的仓库 - repo: ccr.ccs.tencentyun.com/guandao/test # docker仓库地址 + insecure: true + registry: 192.168.31.136:5000 # 测试腾讯云上的仓库 + repo: 192.168.31.136:5000/guandao/test # docker仓库地址 launch_debug: true debug: true username: 100011296659