From 2bba2cba0084ce79a4414fdc0b7f2b0bf2f893a1 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 9 Nov 2023 17:59:41 -0800 Subject: [PATCH] try again with diff creds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83900f7..2f59c16 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-p') { + docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'thrrgilag-forgejo-pkg') { def customImage = docker.build("git.dreamfall.space/thrrgilag/prosody:${env.BUILD_TAG}") customImage.push() }