garmsync garmsync
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.

17 lines
378 B

5 months ago
  1. name: garmsync-build
  2. kind: pipeline
  3. type: docker
  4. steps:
  5. - name: docker-tag
  6. image: plugins/docker
  7. settings:
  8. auto_tag: true
  9. username:
  10. from_secret: docker_username
  11. password:
  12. from_secret: docker_password
  13. repo: r.vmaple.dev/gisle/garmsync
  14. registry: r.vmaple.dev
  15. dockerfile: Dockerfile
  16. when:
  17. event:
  18. - tag