Open benfortuna opened 6 years ago
Does it work if you perform docker login before running your build?
Yes, can confirm if I run docker login
first the push will be successful.
However if it can be integrated into the plugin it would save some trouble configuring automated builds.
If you can provide an proposal on how to fix this, I would be prepared to take a look at it. Contributions are very welcome
I'd be willing to help too bad I don't know much about developing gradle plugins, if I could get pointers I would try
It appears you need to run
docker login
prior to pushing to hub.docker.com.Would it be possible to integrate this in the plugin? Currently push will fail with following error:
Task configuration is like this:
I haven't tried with
useApi=true
as yet as that was giving a different error.