Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI for publishing Docker image #133

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Conversation

bcarter97
Copy link
Member

@bcarter97 bcarter97 commented May 27, 2022

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

  • GH credentials set up
  • Org policy for public packages resolved

@bcarter97 bcarter97 marked this pull request as draft May 27, 2022 17:08
project/Aliases.scala Outdated Show resolved Hide resolved
@bcarter97 bcarter97 added this to the 0.3.0 release milestone Aug 16, 2022
Copy link
Contributor

@lacarvalho91 lacarvalho91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to me

@bcarter97 bcarter97 marked this pull request as ready for review October 3, 2022 14:30
@bcarter97 bcarter97 marked this pull request as draft October 11, 2022 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate CI releases
2 participants