Remove restriction on tags, they might contain hyphons and etc.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"label": "Minio Version",
|
||||
"defaultValue": "latest",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/",
|
||||
"validRegex": "/.{1,}/"
|
||||
"validRegex": "/^([^\\s^\\/])+$/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_access_key",
|
||||
|
||||
Reference in New Issue
Block a user