Fix pushing image to registry #893

This commit is contained in:
Oliver Bristow 2017-12-26 22:51:42 +00:00
parent a1aff76396
commit 4912f54393

View File

@ -49,7 +49,7 @@ func (c *Push) PushImage(fullImageName string) error {
// Let's setup the push and authentication options
options := dockerlib.PushImageOptions{
Name: parsedImage.Name(),
Name: fullImageName,
Registry: parsedImage.Registry(),
OutputStream: outputBuffer,
}