فهرست منبع

tags diferentes para diferentes versiones

Luciano Andrade 7 سال پیش
والد
کامیت
65123125bc
1فایلهای تغییر یافته به همراه14 افزوده شده و 2 حذف شده
  1. 14 2
      .drone.yml

+ 14 - 2
.drone.yml

@@ -50,9 +50,21 @@ pipeline:
    username: drone
    password: 6hd2dLfL
    tag: 
-     - ${DRONE_TAG##v}
      - latest
    when:
      event: [pull_request, push, tag]
-     branch: [master, v*]
+     branch: [master]
+
+ docker_version:
+   repo : docker.infra.flowdat.com/fd3/ftth
+   image: plugins/docker
+   email: luciano@interlink.com.ar
+   registry: docker.infra.flowdat.com
+   username: drone
+   password: 6hd2dLfL
+   tag: 
+     - ${DRONE_TAG##v}
+   when:
+     event: [pull_request, push, tag]
+     branch: [v*]