chore(ci): release docker image
Cadoles/bouncer/pipeline/pr-develop There was a failure building this commit
Details
Cadoles/bouncer/pipeline/pr-develop There was a failure building this commit
Details
This commit is contained in:
parent
553513d647
commit
a795bb6556
|
@ -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
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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=
|
||||||
|
|
Loading…
Reference in New Issue