From 065012982bdf43008e8122a0d5333c047d97c9bc Mon Sep 17 00:00:00 2001 From: Carina Antunes <carina.oliveira.antunes@cern.ch> Date: Tue, 17 Sep 2024 17:14:25 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e95c537f..59bfb05b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,10 @@ workflow: when: never - if: '$CI_COMMIT_BRANCH' +.topic_branch_variables: &topic_branch_variables + TAG: "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHORT_SHA}" + + include: - project: 'paas-tools/infrastructure-ci' file: 'docker-images-ci-templates/DockerImages.gitlab-ci.yml' -- GitLab