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?