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

Automate the publication of docker versions #4

Open
labra opened this issue Jul 13, 2021 · 0 comments
Open

Automate the publication of docker versions #4

labra opened this issue Jul 13, 2021 · 0 comments

Comments

@labra
Copy link
Member

labra commented Jul 13, 2021

Automate the publication of docker versions using github-actions.

We have already done something similar for rdfshape-api with the publish_docker.yml action.

The approach is different to how we currently publish the package using sbt-native-packager, because in that case, it defines a Dockerfile which uses sbt-native-packager to generate binaries which are later invoked.

In our case, we use directly sbt-native-packager to generate docker images with just:

sbt docker:publish

and we don't need a Dockerfile because sbt-native-packager seems to handle it.

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

No branches or pull requests

1 participant