-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
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
Error authenticating: exit status 1 #298
Comments
I'm seeing the same issue:
Results in:
|
i figure it out. try using your username and password directly, don't use the secret. |
Doh, I found my problem - I was using an old password. It works now, without needing to use |
Looks like the insecure flag is not really implemented: https://github.com/drone-plugins/drone-docker/search?q=Insecure&unscoped_q=Insecure |
How to use drone-docker plugins to build my image to a insecure local registry ?
Here is my part of
.drone.yml
....Maybe the problem is here:
Get https://192.168.8.95/v2/: dial tcp 192.168.8.95:443: getsockopt: connection refused"
insecure: true
seems not to work ??Please help.....
The text was updated successfully, but these errors were encountered: