fix image name
Gitea/homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-22 20:16:11 +01:00
parent b7b69d0882
commit 64aa51793d
Vendored
+1 -1
View File
@@ -10,7 +10,7 @@ pipeline {
stage('Docker Build') { stage('Docker Build') {
steps { steps {
script { script {
dockerImage = docker.build("$REGISTRY/$IMAGE_NAME") dockerImage = docker.build("$IMAGE_NAME")
} }
} }
} }