Skip to content
Snippets Groups Projects
Commit c4efd1ff authored by root's avatar root
Browse files

gitlab ci fix commit tag

parent 7b39fc84
No related branches found
No related tags found
No related merge requests found
Pipeline #11722 passed
......@@ -3,7 +3,7 @@
# file: /templates/.gitlab-ci-template.yml
variables:
TOKEN_PORTAL_VERSION: "3.0.0"
TOKEN_PORTAL_VERSION: $CI_COMMIT_TAG
PHP_VERSION: "8.2"
DEB_VERSION: "11"
BUILD_ARGS: |-
......@@ -25,6 +25,6 @@ build:
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
--build-arg "TOKEN_PORTAL_VERSION=${TOKEN_PORTAL_VERSION}"
#rules:
# - if: $CI_COMMIT_TAG
rules:
- if: $CI_COMMIT_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment