Compare commits

...

1 Commits

Author SHA1 Message Date
33a9787081 chore(ci): release docker image
Some checks failed
Cadoles/bouncer/pipeline/pr-develop This commit looks good
Cadoles/bouncer/pipeline/head There was a failure building this commit
2023-07-06 09:33:52 -06:00

4
Jenkinsfile vendored
View File

@ -34,6 +34,7 @@ pipeline {
anyOf {
branch 'master'
branch 'develop'
branch 'ci-docker-release'
}
}
steps {
@ -46,6 +47,9 @@ pipeline {
])
]) {
sh 'make gitea-release'
sh '''
make docker-build docker-release
'''
}
}
}