kafka-message-scheduler icon indicating copy to clipboard operation
kafka-message-scheduler copied to clipboard

CI for publishing Docker image

Open bcarter97 opened this issue 2 years ago • 0 comments

Closes #132

Description

  • Publish to GHCR over DockerHub.
  • Use sbt-dynver to publish a snapshot image based off the git hash on a master merge, with a tag of snapshot
  • On a tag-push (e.g. a release), create a tagged image on GHCR with a tag of latest.

TODO

  • [x] GH credentials set up
  • [ ] Org policy for public packages resolved

bcarter97 avatar May 27 '22 17:05 bcarter97