fix CI/CD tags version in admin page

This commit is contained in:
Fernando Ontiveros
2025-05-26 18:05:28 -04:00
parent ecce4ac6d6
commit 3ea9fec716

View File

@@ -28,6 +28,9 @@ npm install
npm run dev npm run dev
ls -lhs workflow/public_html/webapp ls -lhs workflow/public_html/webapp
# write the version in php file
echo -e "<?php \n define('PM_VERSION', '$1');\n" > ./workflow/engine/methods/login/version-pmos.php
# Construct the Docker image tag name # Construct the Docker image tag name
tagname="gitlab.luranasoft.com:5050/luos/core/luos:$1" tagname="gitlab.luranasoft.com:5050/luos/core/luos:$1"
echo "Docker tag name: $tagname" echo "Docker tag name: $tagname"