unknowntpo commented on code in PR #7112:
URL: https://github.com/apache/gravitino/pull/7112#discussion_r2078713377
##########
.github/workflows/docker-image.yml:
##########
@@ -19,11 +19,15 @@ on:
- 'gravitino-playground:hive'
- 'gravitino-playground:ranger'
- 'gravitino-iceberg-rest-server'
+ docker_repo_name:
+ description: 'Docker repository name (default is apache)'
+ required: false
+ default: 'apache'
+ type: string
Review Comment:
@xunliu I think this is needed, without this, developers can not test the
`Publish Docker image` workflow at their own Github repo and Docker repo, since
it always push newly built image to `apache` Docker repo.

--
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]