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