summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
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 \
.
'''