NOTICK Publish to correct Docker repository (#6831)

This commit is contained in:
Ross Nicoll 2020-12-03 21:42:57 +00:00 committed by GitHub
parent 534bccc88d
commit 62fe4bc65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,7 @@ pipeline {
sh script: [
'./gradlew',
COMMON_GRADLE_PARAMS,
'-Pdocker.image.repository=entdocker.software.r3.com/corda',
'docker:pushDockerImage',
'--image OFFICIAL',
'--registry-url=entdocker.software.r3.com'