push docker image only in dev branch
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-07-01 13:11:36 +02:00
parent 7a25dbf68c
commit b843e3abc0

3
Jenkinsfile vendored
View File

@@ -48,6 +48,9 @@ pipeline {
}
stage('Push image to gitea registry') {
when {
branch 'development'
}
steps {
script {
didRun = true