Update Jenkinsfile

This commit is contained in:
ahoemann 2025-03-20 14:41:11 +01:00
parent 4b5a9fc9c6
commit 6750c17306

4
Jenkinsfile vendored
View file

@ -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()
}
}
}
}
}
}