0

Everything works fine with drone.io , build etc but it will not push at the very end... Any suggestions?

no basic auth credentials
Atlantic0
  • 3,271
  • 5
  • 17
  • 24
  • Yup. Add basic auth credentials! Well, just log in using `docker login ` before trying to push the image. – Hevlastka Oct 25 '16 at 16:30
  • Are you using [Docker Plugin by drone.io](http://readme.drone.io/usage/overview/)? If yes check section "Deployments" and set usename and password – VladoDemcak Oct 25 '16 at 17:12
  • recommend you post a sample .drone.yml so it is clear to viewers how you are invoking docker with drone.There is also documentation and examples for using drone with docker https://github.com/drone-plugins/drone-docker/blob/master/DOCS.md – Brad Rydzewski Oct 29 '16 at 09:58
  • also please update your question to specify how you are passing the docker username and password credentials to drone. This will be required, along with a sample .drone.yml, to more effectively help you debug – Brad Rydzewski Oct 29 '16 at 10:13

1 Answers1

0

Did you issued a:

docker login -u user -p password drone.io (or where your registry is)

?

Carlos Rafael Ramirez
  • 5,984
  • 1
  • 29
  • 36