diff --git a/Jenkinsfile b/Jenkinsfile index 55d7f76..d59fdae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { 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/prosody:${TAG}") + def customImage = docker.build("git.dreamfall.space/thrrgilag/clacksme:${TAG}") customImage.push() } }