mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
4a244c3558
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func Push(ctx context.Context, ref reference.Named, imagePushConfig *ImagePushCo
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to a repository [%s]", repoInfo.Name.Name())
|
progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to repository [%s]", repoInfo.Name.Name())
|
||||||
|
|
||||||
associations := imagePushConfig.ReferenceStore.ReferencesByName(repoInfo.Name)
|
associations := imagePushConfig.ReferenceStore.ReferencesByName(repoInfo.Name)
|
||||||
if len(associations) == 0 {
|
if len(associations) == 0 {
|
||||||
|
|
Loading…
Reference in a new issue