You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If we're not using a custom registry, we know the restrictions
842
847
// applied to repository names and can warn the user in advance.
843
848
// Custom repositories can have different rules, and we must also
844
849
// allow pushing by image ID.
845
850
iflen(strings.SplitN(name, "/", 2)) ==1 {
846
-
returnfmt.Errorf("Impossible to push a \"root\" repository. Please rename your repository in <user>/<repo> (ex: %s/%s)", cli.configFile.Configs[auth.IndexServerAddress()].Username, name)
0 commit comments