maziggy 3 mesiacov pred
rodič
commit
11d6c05d8e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)
 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
 fi