From 96ef4c00f66a53877f7fee23d73eb7e6c040fe4f Mon Sep 17 00:00:00 2001 From: Nicolas Gelot Date: Tue, 16 Dec 2025 15:01:56 +0100 Subject: [PATCH] ci: test variable --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5666e3..bf9b8d1 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 -- GitLab