From c5d923f7a6874c9344415aff479898c5c5a0d130 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 14 May 2023 19:08:44 +0100 Subject: [PATCH] using registry subdomain for packages --- .jenkins/jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/jenkinsfile b/.jenkins/jenkinsfile index 3691a71..4f20a96 100644 --- a/.jenkins/jenkinsfile +++ b/.jenkins/jenkinsfile @@ -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() }