From 23ea1c8c5c24f170ff753201d43e4355a68d72de Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Fri, 7 Mar 2025 08:47:30 +0100 Subject: [PATCH] WIP Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at> --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 416b61dce7..af716078e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -495,9 +495,8 @@ release-images: - test-search-service-init - test-ui only: - refs: - - dev - - /^release-.*/ + - tags + - dev before_script: - "docker logout ${CI_REGISTRY_URL}" - "echo ${CI_REGISTRY_PASSWORD} | docker login --username ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY_URL}" -- GitLab