-
Notifications
You must be signed in to change notification settings - Fork 441
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.compiler.EvalException: Type error in expression on dockerAliases #1353
Comments
I was using an old version of the packager where |
Thanks for your question 😃 You configuration looks solid. Did you try Also the output of the sbt run would be interesting. |
@muuki88 thanks for confirming that the
I will investigate into registry configuration and let you know |
I got this working, it was an issue with the registry setup. |
Expected behaviour
sbt docker:publish
orsbt docker:publishLocal
generate a docker image and publish it on a private local registeryActual behaviour
sbt.compiler.EvalException: Type error in expression on dockerAliases
Information
Here is my build.sbt
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.0")
0.13.18
MacOS
rpm --version
)The text was updated successfully, but these errors were encountered: