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() }