Browse Source

Housekeeping

maziggy 3 months ago
parent
commit
4cb80a4335
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .github/FUNDING.yml
  2. 1 1
      docker-publish.sh

+ 1 - 0
.github/FUNDING.yml

@@ -1 +1,2 @@
 github: maziggy
 github: maziggy
+ko_fi: maziggy

+ 1 - 1
docker-publish.sh

@@ -145,7 +145,7 @@ fi
 
 
 # Only tag as 'latest' for stable releases (not beta versions ending in 'b')
 # Only tag as 'latest' for stable releases (not beta versions ending in 'b')
 TAG_LATEST=true
 TAG_LATEST=true
-if [[ "$VERSION" =~ b$ ]]; then
+if [[ "$VERSION" =~ b[0-9]*$ ]]; then
     TAG_LATEST=false
     TAG_LATEST=false
     echo -e "${YELLOW}Beta version detected — skipping 'latest' tag${NC}"
     echo -e "${YELLOW}Beta version detected — skipping 'latest' tag${NC}"
 fi
 fi