.drone.yml 369 B

12345678910111213
  1. pipeline:
  2. docker_php_sf:
  3.    repo : docker.infra.flowdat.com/fd3/php-sf
  4.    image: plugins/docker
  5.    email: luciano@interlink.com.ar
  6.    registry: docker.infra.flowdat.com
  7.    username: drone
  8.    password: 6hd2dLfL
  9.    dockerfile: Dockerfile
  10.    tag: latest
  11.    when:
  12.     event: [pull_request, push, tag]
  13.     branch: master