summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-27 18:36:41 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-27 18:36:41 +0100
commit5289862170886ed15d0b5bffd8b5fa4b70737838 (patch)
treed69a6f880c560b5294e31f1c37ba6cbfcc317cb4 /Jenkinsfile
parent58eecf27c815d6135dabe0ba4f1fd9d881faaf50 (diff)
Next try
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files 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 \
.
'''