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
After editing liquid template i am trying to push it docker registry but getting error as
Template Management Error - Process failed: Image name is invalid. Image name should contains lowercase letters, digits and separators. The valid format is ^[a-z0-9]+(([.]|{2}|-+)[a-z0-9]+)(/[a-z0-9]+(([.]|{2}|-+)[a-z0-9]+))*$
some of the name i had tried
/ccdatemplates:v1.0.0
/ccdatemplates_1:v1.0.0
The text was updated successfully, but these errors were encountered:
After editing liquid template i am trying to push it docker registry but getting error as
Template Management Error - Process failed: Image name is invalid. Image name should contains lowercase letters, digits and separators. The valid format is ^[a-z0-9]+(([.]|{2}|-+)[a-z0-9]+)(/[a-z0-9]+(([.]|{2}|-+)[a-z0-9]+))*$
some of the name i had tried
/ccdatemplates:v1.0.0
/ccdatemplates_1:v1.0.0
The text was updated successfully, but these errors were encountered: