瀏覽代碼

drone/docker stuff

Luciano Andrade 7 年之前
父節點
當前提交
14f25c0ac4
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .drone.yml

+ 3 - 2
.drone.yml

@@ -46,8 +46,9 @@ pipeline:
    registry: docker.infra.flowdat.com
    username: drone
    password: 6hd2dLfL
-   tag: latest
+   tag: 
+     - ${DRONE_TAG##v}
    when:
      event: [pull_request, push, tag]
-     branch: master
+     branch: [master, v*]