From 6750c1730678507bfa56dba33ad7d48d0ed43bcc Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 20 Mar 2025 14:41:11 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dcd0d42..97754e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,7 @@ pipeline { } } stage('Build') { + steps { docker.withRegistry('https://git.adrianux.net/ahoemann/') { /* Build the container image */ @@ -20,7 +21,8 @@ pipeline { /* Push the container to the custom Registry */ dockerImage.push() - } + } + } } } } \ No newline at end of file