mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-14 19:09:44 +00:00
Docker push with HTTPS
This commit is contained in:
parent
abeadc7052
commit
731851f506
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user