-
Notifications
You must be signed in to change notification settings - Fork 443
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
sbt-release with docker plugin step #475
Comments
I'll try to reproduce this with a small example. IMHO it sounds like some interaction problem with sbt-release, however I haven't tried it with sbt-np yet. |
@muuki88 I hacked around with it, and stumbled upon a solution but I don't know why it works. I had to add "in ref" to the release step:
I copied code from sbt-release which had something similar. |
Thanks for sharing @mhamrah If you have time it would be awesome to provide a small example for this in the docs (with a minimal |
@muuki88 I'm always happy to add documentation! |
That's awesome to hear :) Looking forward to your pull request |
Here is a more elegant way with
|
Thanks for sharing @ChrisSom |
did this end up in any documentation? Am working on something similar |
relates to #974 |
I'm trying to add a ReleaseStep using sbt-release that publishes a docker image. I've overwritten the current release process like so:
but nothing happens when I run release (I've tried reloading sbt). When running
everything works fine, I thought this translated to a TaskKey of publishLocal in Docker for sbt-release. I figure I'm missing something obvious. I glanced at this code, and it appears that docker.Keys.publishLocal is set to sbt.publishLocal, and I can't figure out how the docker setting for publish local maps to a task.
Thanks,
Mike
FYI sbt-native-packager 0.8.0.
The text was updated successfully, but these errors were encountered: