Remove restriction on tags, they might contain hyphons and etc.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"label": "Mongo Express Version Tag",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo-express/tags/",
|
||||
"defaultValue": "latest",
|
||||
"validRegex": "/^([a-zA-Z0-9-.])+$/"
|
||||
"validRegex": "/^([^\\s^\\/])+$/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_me_server_address",
|
||||
|
||||
Reference in New Issue
Block a user