Make version pattern slightly less strict
This commit is contained in:
@@ -27,7 +27,7 @@ export default class ImageTag {
|
||||
}
|
||||
|
||||
static get versionPattern() {
|
||||
return /^20\d{2}\.\d\.\w{4}|3$/;
|
||||
return /^20\d{2}\.\d\.\w{3,4}|3$/;
|
||||
}
|
||||
|
||||
static get builderPlatforms() {
|
||||
|
||||
Reference in New Issue
Block a user