From 4e2a90d6e3020acc75ddc10c8cfc53f97623116e Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Wed, 25 Dec 2024 07:27:39 -0800 Subject: [PATCH] fix jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 75d12e1..1e8ecd1 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', 'pnut-matrix') { + docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'thrrgilag-forgejo-pkg') { def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-matrix:${TAG}") customImage.push() }