We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5d84e commit df9ec10Copy full SHA for df9ec10
1 file changed
pkg/devspace/configure/registry.go
@@ -68,7 +68,7 @@ func ImageName(dockerUsername string) error {
68
defaultImageName = *stdinutil.GetFromStdin(&stdinutil.GetFromStdinParams{
69
Question: "Which image name do you want to push to?",
70
DefaultValue: *registryURL + "/" + dockerUsername + "/devspace",
71
- ValidationRegexPattern: "^[a-zA-Z0-9\\./]{4,30}$",
+ ValidationRegexPattern: "^[a-zA-Z0-9\\./-]{4,30}$",
72
})
73
}
74
0 commit comments