From 61f14e42da810b4bbe8c5d1339fd265c301c0b74 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 27 Oct 2025 18:36:41 +0100 Subject: Next try --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fb7551c..dcf4458 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,8 +84,8 @@ pipeline { DOCKER_BUILDKIT=1 docker buildx build \ --platform ${PLATFORMS} \ - -t ${IMAGE_NAME}:${GIT_SHA} \ - -t ${IMAGE_NAME}:latest \ + -t jarlucmat/git-server:${GIT_SHA} \ + -t jarlucmat/git-server:latest \ --push \ . ''' -- cgit v1.3.1