From 5289862170886ed15d0b5bffd8b5fa4b70737838 Mon Sep 17 00:00:00 2001 From: Matthias Jaros Date: Mon, 27 Oct 2025 18:36:41 +0100 Subject: Next try --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jenkinsfile') 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