Build docker image on dev branch
Some checks failed
Amarillo/amarillo-gitea/amarillo-enhancer/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2024-06-12 14:45:05 +02:00
parent dda4cb40e0
commit 9884532c1f

4
Jenkinsfile vendored
View file

@ -51,7 +51,7 @@ pipeline {
}
stage('Build docker image') {
when {
branch 'main'
anyOf { branch 'main'; branch 'dev' }
}
steps {
echo 'Building image'
@ -62,7 +62,7 @@ pipeline {
}
stage('Push image to container registry') {
when {
branch 'main'
anyOf { branch 'main'; branch 'dev' }
}
steps {
echo 'Pushing image to registry'