chore: get ci working again

This commit is contained in:
Stefan Reimer 2022-12-21 12:33:22 +00:00
parent fef496819e
commit 8ec9769fc9
1 changed files with 1 additions and 1 deletions

View File

@ -60,8 +60,8 @@ def call(Map config=[:]) {
// Push to container registry
stage('Push') {
when { not { changeRequest() } }
steps {
when { not { changeRequest() } }
sh 'make push'
}
}