mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
INFRA-1033 Publish RCs to DockerHub (#6829)
This commit is contained in:
parent
17b0edffd1
commit
dce0e581e7
5
.ci/dev/regression/Jenkinsfile
vendored
5
.ci/dev/regression/Jenkinsfile
vendored
@ -275,7 +275,8 @@ pipeline {
|
||||
|
||||
stage('Publish Release to Docker Hub') {
|
||||
when {
|
||||
expression { isReleaseTag && !isInternalRelease && !isReleaseCandidate}
|
||||
/* Note we do publish release tags, unlike Corda Enterprise */
|
||||
expression { !isInternalRelease && isReleaseTag }
|
||||
}
|
||||
steps {
|
||||
withCredentials([
|
||||
@ -288,7 +289,7 @@ pipeline {
|
||||
COMMON_GRADLE_PARAMS,
|
||||
'docker:pushDockerImage',
|
||||
'-Pdocker.image.repository=corda/corda',
|
||||
'--image ALPINE_ZULU'
|
||||
'--image OFFICIAL'
|
||||
].join(' ')
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user