using registry subdomain for packages
This commit is contained in:
parent
564d6f3e1a
commit
66d39abedd
@ -49,7 +49,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/selector-cli:latest",
|
docker.build("sarsoo/selector-cli:latest",
|
||||||
"-f Dockerfile.CLI .").push()
|
"-f Dockerfile.CLI .").push()
|
||||||
|
Loading…
Reference in New Issue
Block a user