diff --git a/Jenkinsfile b/Jenkinsfile index 821aa21..b999841 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,8 @@ pipeline { steps { jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}" script { - docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'thrrgilag-forgejo-pkg') { - def customImage = docker.build("git.dreamfall.space/thrrgilag/pnut-bridge:${TAG}") + docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'spacenerdmo-pkg-pub') { + def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-bridge:${TAG}") customImage.push() } }