kafka-message-scheduler
kafka-message-scheduler copied to clipboard
CI for publishing Docker image
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 ofsnapshot
- 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