@@ -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*]