123456789101112 |
- pipeline:
- docker_php_sf:
- image: plugins/docker
- repo : "docker.infra.flowdat.com/fd3/sf-php"
- email: luciano@interlink.com.ar
- registry: docker.infra.flowdat.com
- username: drone
- password: 6hd2dLfL
- tag: latest
- when:
- event: [pull_request, push, tag]
- branch: master
|