Docker push with HTTPS

This commit is contained in:
Dominik Chilla 2019-06-13 18:11:52 +02:00
parent abeadc7052
commit 731851f506

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ node {
}
stage('Push image') {
docker.withRegistry('http://dockreg-fra.zwackl.local:5000') {
docker.withRegistry('https://dockreg-fra.zwackl.de') {
app.push()
}
}