ENT-6609 update docker images so repo for community edition is corda/community (#7088)

This commit is contained in:
Ronan Browne 2022-02-24 10:36:40 +00:00 committed by GitHub
parent db817ef621
commit 387cb30e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,7 @@ pipeline {
'./gradlew', './gradlew',
COMMON_GRADLE_PARAMS, COMMON_GRADLE_PARAMS,
'docker:pushDockerImage', 'docker:pushDockerImage',
'-Pdocker.image.repository=corda/corda', '-Pdocker.image.repository=corda/community',
'--image OFFICIAL' '--image OFFICIAL'
].join(' ') ].join(' ')
} }