You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-project sbt project where 3 components already use sbt-native-docker but now I needed a more complex docker support and added a 4th components with sbt-docker. When calling sbt, I use sbt docker:publishLocal to build everything but sbt-docker only works with sbt /docker or dockerBuildAndPush.
Is there a way to integrate both so that docker:publishLocal invoke docker instead of what sbt-native-packager does normally?
The text was updated successfully, but these errors were encountered:
I have a multi-project sbt project where 3 components already use sbt-native-docker but now I needed a more complex docker support and added a 4th components with sbt-docker. When calling sbt, I use sbt docker:publishLocal to build everything but sbt-docker only works with sbt /docker or dockerBuildAndPush.
Is there a way to integrate both so that docker:publishLocal invoke docker instead of what sbt-native-packager does normally?
The text was updated successfully, but these errors were encountered: