diff --git a/Jenkinsfile b/Jenkinsfile index 857ac40..fb499f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { // mattermostSend "Docker build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)" script { - docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'forgejo-jenkins') { + docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'thrrgilag-jenkins') { def customImage = docker.build("git.dreamfall.space/thrrgilag/prosody:${env.BUILD_TAG}") customImage.push() }