using registry subdomain for packages
This commit is contained in:
parent
240c23ff06
commit
c88c8e9f26
@ -23,7 +23,7 @@ pipeline {
|
|||||||
when { branch 'master' }
|
when { branch 'master' }
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.withRegistry('https://git.sarsoo.xyz', 'git-registry-creds') {
|
docker.withRegistry('https://registry.sarsoo.xyz', 'git-registry-creds') {
|
||||||
|
|
||||||
docker.build("sarsoo/mixonomer:latest").push()
|
docker.build("sarsoo/mixonomer:latest").push()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user