NOTICK Switch published Docker image to official (#6824)

This commit is contained in:
Ross Nicoll 2020-11-26 13:47:35 +00:00 committed by GitHub
parent 86aa0c4252
commit d9e3220577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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