diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5666e3bf916c78dc42a4ad798b346706a52749a..bf9b8d1334a5632e21c883c8974bff3fc82d8c10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + TRUC: 0.13 + .docker: stage: build image: docker:26 @@ -58,7 +61,7 @@ deploy_staging: forward: pipeline_variables: true variables: - DOCKER_TAG: latest + DOCKER_TAG: $TRUC when: manual deploy_production: @@ -75,4 +78,4 @@ deploy_production: forward: pipeline_variables: true variables: - DOCKER_TAG: ${CI_COMMIT_TAG/v/} + DOCKER_TAG: $CI_COMMIT_TAG