gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9e8210ef4645b23a05a0845f8a8ca993cde66009
parent b0aad207363268f1756d599e30cb20b67a9fd6b9
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Mon, 27 Oct 2025 18:36:41 +0100

Next try

Diffstat:
MJenkinsfile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 \ . '''