ES-2485: Update Docker Hub repo (#7760)

This commit is contained in:
Ronan Browne 2024-06-28 09:03:42 +01:00 committed by GitHub
parent 9e0f3759a0
commit 7e3e07a5af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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