move build
All checks were successful
git.dreamfall.space/pnut-bridge/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-09-08 12:36:06 -07:00
parent b5420da560
commit b38834954d

4
Jenkinsfile vendored
View file

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