wow i did a dumb
This commit is contained in:
parent
c147d35546
commit
6f836b63f7
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue