.drone.yml 836 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. context: 1.3.0/
  16. tag:
  17. - latest
  18. - "1.3.0"
  19. - "1.3"
  20. when:
  21. event: [pull_request, push, tag]
  22. branch: master
  23. docker_kea_1.4.0:
  24. repo : docker.infra.flowdat.com/fd3/kea-1.4.0
  25. image: plugins/docker
  26. pull: true
  27. email: luciano@interlink.com.ar
  28. registry: docker.infra.flowdat.com
  29. dockerfile: 1.4.0/Dockerfile
  30. context: 1.4.0/
  31. tag:
  32. - latest
  33. - "1.4.0"
  34. - "1.4"
  35. when:
  36. event: [pull_request, push, tag]
  37. branch: master