diff --git a/pkg/utils/docker/push.go b/pkg/utils/docker/push.go index bb5eff8b..6cf68921 100644 --- a/pkg/utils/docker/push.go +++ b/pkg/utils/docker/push.go @@ -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, }