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