From 4e874b6dd762f156344a9f6145b9766ff653d71a Mon Sep 17 00:00:00 2001 From: Albert Copeland <124551390+iFargle@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:39:32 +0900 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c2beff4..282a469 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') { dockerImage.push("latest") } - docker.withRegistry('https://ghcr.io/', 'github-ifargle-pat') { + docker.withRegistry('https://ghcr.io/albert/', 'github-ifargle-pat') { dockerImage.push("latest") } } else {