Browse Source

Housekeeping

maziggy 3 months ago
parent
commit
f330f1c1af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-publish.sh

+ 1 - 1
docker-publish.sh

@@ -84,7 +84,7 @@ fi
 
 
 # Determine if this is a release version (includes betas for now)
 # Determine if this is a release version (includes betas for now)
 IS_RELEASE=false
 IS_RELEASE=false
-if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+(b[0-9]+)?$ ]]; then
+if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?(b[0-9]+)?$ ]]; then
     IS_RELEASE=true
     IS_RELEASE=true
 fi
 fi