|
...
|
...
|
@@ -69,7 +69,7 @@ func Push(ctx context.Context, ref reference.Named, imagePushConfig *ImagePushCo
|
|
69
|
69
|
return err
|
|
70
|
70
|
}
|
|
71
|
71
|
|
|
72
|
|
- progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to a repository [%s]", repoInfo.Name.Name())
|
|
|
72
|
+ progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to repository [%s]", repoInfo.Name.Name())
|
|
73
|
73
|
|
|
74
|
74
|
associations := imagePushConfig.ReferenceStore.ReferencesByName(repoInfo.Name)
|
|
75
|
75
|
if len(associations) == 0 {
|