codeship - An image does not exist locally with the tag -


i'm playing codeship.

when codeship try push docker image private registry have error:

build error: image push error image myprivateregistry.com/sancho/test:latest, image not exist locally tag: myprivateregistry.com/sancho/test   2017-09-11t20:08:44.814z test build/pull started 2017-09-11t20:09:23.019z test build/pull finished 2017-09-11t20:09:23.019z test build/push started test 2017-09-11t20:09:23.156z test push refers repository [myprivateregistry.com/sancho/test] 

my codeship-steps.yml

- service: test   type: push   image_name: myprivateregistry.com/sancho/test   registry: https://myprivateregistry.com   encrypted_dockercfg_path: dockercfg.encrypted 

do see error in configruation ?

i add

image_tag: latest 

and work !


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -