okay now it's fixed

This commit is contained in:
Morgan McMillian 2024-12-25 07:34:54 -08:00
parent 4e2a90d6e3
commit 13e714422a

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
steps { steps {
jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}" jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}"
script { script {
docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'thrrgilag-forgejo-pkg') { docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'spacenerdmo-pkg-pub') {
def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-matrix:${TAG}") def customImage = docker.build("git.dreamfall.space/spacenerdmo/pnut-matrix:${TAG}")
customImage.push() customImage.push()
} }