thiagoelg commented on code in PR #2928:
URL:
https://github.com/apache/incubator-kie-tools/pull/2928#discussion_r1972326441
##########
.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool:
##########
@@ -161,11 +161,11 @@ pipeline {
}
steps {
script {
- env.RELEASE_IMAGE_TAR_FILE =
"incubator-kie-${params.RELEASE_CANDIDATE_VERSION}-kogito-db-migrator-tool-image.tar.gz"
+ env.RELEASE_IMAGE_TAR_FILE =
"kie-${params.RELEASE_CANDIDATE_VERSION}-kogito-db-migrator-tool-image.tar.gz"
Review Comment:
This env var is "consumed" by the `docker save` command below, as well as
the artifact singing for the Apache release. So yes, the final artifact is
`kie-{VERSION}-image-name`.
The other images have the `incubator` prefix, but I think it's fine to keep
it in line with the registry name.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]