fixed typo
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-06-25 13:44:37 +02:00
parent 0b4df7b714
commit 2effdb12c1

2
Jenkinsfile vendored
View File

@@ -33,7 +33,7 @@ pipeline {
steps {
input message: 'Jetzt manuell freigeben für Deployment?', submitter: 'admin'
sh 'docker build -t tatort-app .'
sh 'docker iamge ls'
sh 'docker image ls'
}
}