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 {