.drone.yml 770 B

1234567891011121314151617181920212223242526272829303132333435
  1. pipeline:
  2. build:
  3. image: docker.infra.flowdat.com/fd3/sf-php:latest
  4. pull: true
  5. commands:
  6. - env
  7. - php -v
  8. docker_kea_1.3.0:
  9. repo : docker.infra.flowdat.com/fd3/kea-1.3.0
  10. image: plugins/docker
  11. pull: true
  12. email: luciano@interlink.com.ar
  13. registry: docker.infra.flowdat.com
  14. dockerfile: 1.3.0/Dockerfile
  15. tag:
  16. - latest
  17. - "1.3.0"
  18. when:
  19. event: [pull_request, push, tag]
  20. branch: master
  21. docker_kea_1.4.0:
  22. repo : docker.infra.flowdat.com/fd3/kea-1.4.0
  23. image: plugins/docker
  24. pull: true
  25. email: luciano@interlink.com.ar
  26. registry: docker.infra.flowdat.com
  27. dockerfile: 1.4.0/Dockerfile
  28. tag:
  29. - latest
  30. - "1.4.0"
  31. when:
  32. event: [pull_request, push, tag]
  33. branch: master