We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cefc0bc + dd9c142 commit fcd7b1cCopy full SHA for fcd7b1c
1 file changed
cmd/init.go
@@ -531,7 +531,7 @@ func (cmd *InitCmd) configureRegistry() {
531
cmd.defaultImage.Name = stdinutil.GetFromStdin(&stdinutil.GetFromStdinParams{
532
Question: "Which image name do you want to use on Docker Hub?",
533
DefaultValue: defaultImageName,
534
- ValidationRegexPattern: "^[a-zA-Z0-9]{4,30}$",
+ ValidationRegexPattern: "^[a-zA-Z0-9/]{4,30}$",
535
})
536
}
537
} else {
0 commit comments