From 0544a075c01a217ffa798541e00acab743543c0c Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Tue, 4 Mar 2025 12:59:09 +0100
Subject: [PATCH] Build version

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b18c24c454..836f12a7e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -468,8 +468,9 @@ release-images:
     - "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
     - "ifconfig eth0 mtu 1450 up"
     - "apk add --no-cache make bash"
+    - "echo 'Release staging images with tag: ${BUILD_VERSION}'"
   script:
-    - "make release-images"
+    - "make release-images > /dev/null"
 
 release-helm:
   stage: release
-- 
GitLab