Answer the question
In order to leave comments, you need to log in
Drone CI - Docker Plugin parse error. Why drone can't upload docker image to registry?
Hello.
I use dron CI for build, including docker containers.
The build is working fine, but the dron can't push the container. Despite the fact that the login:password combination is accepted normally (if you specify the wrong ones, it immediately swears, that is, it can go to this address and log in).
here is the CI file:
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username: ****
password: ****
repo: https://*****.com:5000/myfirstimage
registry: https://*****.com:5000
tags:
- latest
Error parsing reference: "https://*****.com:5000/myfirstimage:latest" is not a valid repository/tag: invalid reference format
15921 time="2020-10-18T17:52:20Z" level=fatal msg="exit status 1"
Answer the question
In order to leave comments, you need to log in
repo: *****.com:5000/myfirstimage
registry: *****.com:5000
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question