wow i did a dumb

This commit is contained in:
Morgan McMillian 2023-11-10 12:51:19 -08:00
parent c147d35546
commit 6f836b63f7

2
Jenkinsfile vendored
View file

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