forked from LaconicNetwork/kompose
Fix pushing image to registry #893
This commit is contained in:
parent
a1aff76396
commit
4912f54393
@ -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,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user