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
Hi, when running sbt dockerBuildAndPush I was unable to get the output of any logs i.e. the process just fails with:
[info] Tagging image <image> with name: <name>
[error] java.lang.RuntimeException: Failed to push
[error] at scala.sys.package$.error(package.scala:27)
[error] at sbtdocker.DockerPush$.apply(DockerPush.scala:42)
However switching to sbt docker dockerPush then the logs output just fine and I'm using this workaround for now.
Hi, when running
sbt dockerBuildAndPush
I was unable to get the output of any logs i.e. the process just fails with:However switching to
sbt docker dockerPush
then the logs output just fine and I'm using this workaround for now.I believe the problem might be that
dockerBuildAndPush
doesn't have a log stream defined althoughdocker
anddockerPush
both do:https://github.com/marcuslonnberg/sbt-docker/blob/master/src/main/scala/sbtdocker/DockerSettings.scala#L27
The text was updated successfully, but these errors were encountered: