From 603680995fcc8faad79ca665fd2894d300d804f5 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Wed, 16 Apr 2025 08:11:52 +0200
Subject: [PATCH] Wrong tag

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 478eee9302..3dcebed464 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -546,7 +546,7 @@ release-images:
     - "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
     - "docker buildx create --name multiarch --driver docker-container --use"
   script:
-    - "docker buildx build $BUILDX_BUILD_ARGS -t dbrepo-core ./lib/java/dbrepo-core"
+    - "docker buildx build $BUILDX_BUILD_ARGS -t dbrepo-core:build ./lib/java/dbrepo-core"
     - "docker buildx bake $BUILDX_BAKE_ARGS"
     - REPOSITORY_URL=$CI_REGISTRY_URL make release-images
     - REPOSITORY_URL=$CI_REGISTRY2_URL make release-images
-- 
GitLab