mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
INFRA-1009 Update Docker publication tasks (#6818)
This commit is contained in:
parent
734d35b719
commit
a8ae7fdd6a
@ -119,7 +119,13 @@ pipeline {
|
||||
usernamePassword(credentialsId: 'corda-publisher-docker-hub-credentials',
|
||||
usernameVariable: 'DOCKER_USERNAME',
|
||||
passwordVariable: 'DOCKER_PASSWORD')]) {
|
||||
sh "./gradlew pushOfficialImages"
|
||||
sh script: [
|
||||
'./gradlew',
|
||||
COMMON_GRADLE_PARAMS,
|
||||
'docker:pushDockerImage',
|
||||
'-Pdocker.image.repository=corda/corda',
|
||||
'--image ALPINE_ZULU'
|
||||
].join(' ')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
4
.ci/dev/regression/Jenkinsfile
vendored
4
.ci/dev/regression/Jenkinsfile
vendored
@ -286,7 +286,9 @@ pipeline {
|
||||
sh script: [
|
||||
'./gradlew',
|
||||
COMMON_GRADLE_PARAMS,
|
||||
'pushOfficialImages'
|
||||
'docker:pushDockerImage',
|
||||
'-Pdocker.image.repository=corda/corda',
|
||||
'--image ALPINE_ZULU'
|
||||
].join(' ')
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user