ptupitsyn commented on code in PR #7480:
URL: https://github.com/apache/ignite-3/pull/7480#discussion_r2731701134
##########
.teamcity/build/distributions/Docker.kt:
##########
@@ -13,6 +13,8 @@ object Docker : BuildType({
ignite-*-arm64.tar.gz => ignite-docker
""".trimIndent()
+ val dockerRegistry = "docker.gridgain.com/ignite-3/ignite-3"
Review Comment:
I understand the need to push to custom locations, but hardcoded private
hubs are not acceptable. Maybe we can we add a parameter instead that you can
fill on CI?
--
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]