The new logbot, not committed from the wrong terminal window this time.
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.

20 lines
470 B

  1. workspace:
  2. base: /go
  3. path: src/git.aiterp.net/rpdata/logbot3
  4. pipeline:
  5. docker-release:
  6. image: plugins/docker
  7. repo: vmaple/rpdata-logbot3
  8. auto_tag: true
  9. secrets: [ docker_username, docker_password ]
  10. when:
  11. event: tag
  12. ref: refs/tags/*
  13. docker-release-latest:
  14. image: plugins/docker
  15. repo: vmaple/rpdata-logbot3
  16. tags: latest
  17. secrets: [ docker_username, docker_password ]
  18. when:
  19. event: tag
  20. ref: refs/tags/*