From 13e714422a8931416b476a458798f993010397cf Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Wed, 25 Dec 2024 07:34:54 -0800 Subject: [PATCH] okay now it's fixed --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1e8ecd1..503e42b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { steps { jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}" script { - docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'thrrgilag-forgejo-pkg') { + docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'spacenerdmo-pkg-pub') { def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-matrix:${TAG}") customImage.push() }