using registry subdomain for packages
This commit is contained in:
parent
429e64256e
commit
f06b5b202a
@ -6,7 +6,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/draught:latest").push()
|
docker.build("sarsoo/draught:latest").push()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user