diff --git a/Jenkinsfile b/Jenkinsfile index 801d0c0..c2beff4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,6 +47,9 @@ pipeline { docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') { dockerImage.push("latest") } + docker.withRegistry('https://ghcr.io/', 'github-ifargle-pat') { + dockerImage.push("latest") + } } else { docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') { dockerImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}") @@ -56,4 +59,4 @@ pipeline { } } } -} \ No newline at end of file +}