forked from LaconicNetwork/kompose
Merge pull request #895 from Code0x58/893-fix-image-push
Fix pushing of image to a private repository
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user