.drone.yml 340 B

123456789101112131415161718
  1. kind: pipeline
  2. type: docker
  3. name: main
  4. steps:
  5. - name: publish
  6. image: plugins/docker
  7. settings:
  8. username:
  9. from_secret: registry_username
  10. password:
  11. from_secret: registry_password
  12. repo: registry.hiram.services/mc-status
  13. tags: latest
  14. registry: registry.hiram.services
  15. when:
  16. branch:
  17. - master