A simple way to handle form submissions from static websites.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
374 B

  1. kind: pipeline
  2. name: default
  3. steps:
  4. - name: publish
  5. image: plugins/docker
  6. settings:
  7. username:
  8. from_secret: docker_username
  9. password:
  10. from_secret: docker_password
  11. repo: quay.io/jlelse/mailygo
  12. registry: quay.io
  13. tags: latest
  14. when:
  15. branch:
  16. - master
  17. event:
  18. exclude:
  19. - pull_request