Hotfix ui templates

This commit is contained in:
Mukhtar Akere
2025-01-18 04:13:56 +01:00
parent 3841b7751e
commit a986c4b5d0
2 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ fi
# Set tag based on branch
if [ "$BETA" = true ]; then
TAG="beta-$VERSION"
TAG="$VERSION-beta"
BRANCH="beta"
else
TAG="$VERSION"