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