diff --git a/graph/tags.go b/graph/tags.go index 150bdb9640..31c65ced5c 100644 --- a/graph/tags.go +++ b/graph/tags.go @@ -19,7 +19,7 @@ import ( const DEFAULTTAG = "latest" var ( - validTagName = regexp.MustCompile(`^[\w][\w.-]{0,29}$`) + validTagName = regexp.MustCompile(`^[\w][\w.-]{0,127}$`) ) type TagStore struct {