chore(ci): release docker image
Cadoles/bouncer/pipeline/pr-develop There was a failure building this commit Details

This commit is contained in:
wpetit 2023-07-06 09:33:52 -06:00
parent 553513d647
commit a795bb6556
2 changed files with 5 additions and 1 deletions

4
Jenkinsfile vendored
View File

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

View File

@ -1,4 +1,4 @@
FROM reg.cadoles.com/proxy_cache/library/ubuntu:22.04 FROM reg.cadoles.com/proxy_cache/library/docker:24.0.2-dind
ARG HTTP_PROXY= ARG HTTP_PROXY=
ARG HTTPS_PROXY= ARG HTTPS_PROXY=