The frontend/UI server, written in JS using the MarkoJS library
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.

32 lines
683 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. name: rpdata-frontend
  2. kind: pipeline
  3. type: docker
  4. steps:
  5. - name: docker-release-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/rpdata/rpdata-frontend
  14. registry: r.vmaple.dev
  15. when:
  16. event:
  17. - tag
  18. - name: docker-release-latest
  19. image: plugins/docker
  20. settings:
  21. auto_tag: false
  22. username:
  23. from_secret: docker_username
  24. password:
  25. from_secret: docker_password
  26. repo: r.vmaple.dev/rpdata/rpdata-frontend
  27. registry: r.vmaple.dev
  28. when:
  29. event:
  30. - tag