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.

16 lines
255 B

3 years ago
3 years ago
3 years ago
3 years ago
  1. kind: pipeline
  2. name: default
  3. steps:
  4. - name: docker
  5. image: plugins/docker
  6. settings:
  7. username:
  8. from_secret: username
  9. password:
  10. from_secret: password
  11. repo: fr1nge/mdzk
  12. auto_tag: true
  13. tags:
  14. - latest
  15. - '1.0'