Luciano Andrade 7 anni fa
parent
commit
b8ef087a66
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      .drone.yml

+ 4 - 2
.drone.yml

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