Hotfix: Fix version checking in image-tag (#640)
* Update version check regex and fix tests
This commit is contained in:
@@ -42,7 +42,7 @@ class ImageTag {
|
||||
}
|
||||
|
||||
static get versionPattern(): RegExp {
|
||||
return /^(20\d{2}\.\d\.\w{3,4}|3)$/;
|
||||
return /^\d+\.\d+\.\d+[a-z]\d+$/;
|
||||
}
|
||||
|
||||
static get targetPlatformSuffixes() {
|
||||
|
||||
Reference in New Issue
Block a user