We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, anyone has an idea how this can happen (all commands executed after each other, in the same terminal window)
$ sbt docker:publish ... Login required $ sbt docker:publishLocal $ docker push ... successfull
so using docker:publish directly tells me i need to login (which I did already). and docker:publishLocal and then docker push directly works
Windows 10 Docker 1.12.0-rc4 sbt 0.13.9 native-packager 1.0.4
The text was updated successfully, but these errors were encountered:
I put the imagename into the dockerRepository name
Sorry, something went wrong.
No branches or pull requests
Hey, anyone has an idea how this can happen (all commands executed after each other, in the same terminal window)
$ sbt docker:publish
...
Login required
$ sbt docker:publishLocal
$ docker push
...
successfull
so using docker:publish directly tells me i need to login (which I did already). and docker:publishLocal and then docker push directly works
Windows 10
Docker 1.12.0-rc4
sbt 0.13.9
native-packager 1.0.4
The text was updated successfully, but these errors were encountered: