Browse Source

更新 '.drone.yml'

robert 2 năm trước cách đây
mục cha
commit
fea5b0ae43
1 tập tin đã thay đổi với 11 bổ sung1 xóa
  1. 11 1
      .drone.yml

+ 11 - 1
.drone.yml

@@ -13,7 +13,17 @@ steps:
     image: hub.evbj.easou.com/dev/alpine-git:20200622
     commands:
       - git clone $DRONE_GIT_HTTP_URL .
-
+  - name: build
+   image: plugins/docker
+   settings:
+     username: admin
+     password: Easou2)1*
+     insecure: true
+     mirror: https://ci7pm4nx.mirror.aliyuncs.com
+     registry: hub.evbj.easou.com
+     repo: hub.evbj.easou.com/pro/${DRONE_REPO_NAME}
+     tag: r4
+     
   - name: deployment
     image: hub.evbj.easou.com/dev/drone-agent:v3.0.1
     pull: always