From 4253e606eba006166631059ac49b0155531ba3e8 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Fri, 14 Feb 2025 08:52:22 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 347dc1b..13203e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Build') { steps { script { - docker.withRegistry('https://git.adrianux.net/ahoemann/') { + docker.withRegistry('https://git.adrianux.net/ahoemann/') { /* Build the container image */ def dockerImage = docker.build("adrianux:${env.BUILD_ID}")