using registry subdomain for packages

This commit is contained in:
Andy Pack 2023-05-14 19:07:19 +01:00
parent 564d6f3e1a
commit 66d39abedd
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -49,7 +49,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/selector-cli:latest",
"-f Dockerfile.CLI .").push()