ENT-6426 update corda repo tagging

This commit is contained in:
Ronan Browne 2022-01-25 17:39:31 +00:00
parent e15bd0692f
commit 9454aa605e

View File

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