yuqi1129 commented on code in PR #4523: URL: https://github.com/apache/gravitino/pull/4523#discussion_r1719650150
########## dev/docker/trino/Dockerfile: ########## @@ -67,7 +67,7 @@ RUN mkdir /tmp/gravitino COPY --chown=trino:trino packages/gravitino-trino-connector /tmp/gravitino ARG IMAGE_NAME -RUN if [ "$IMAGE_NAME" = "datastrato/trino" ] ; then \ +RUN if [ "$IMAGE_NAME" = "apache/gravitino-*:trino-*" ] ; then \ Review Comment: After this PR, the name for Trino Docker image will be: apache/gravitino-ci:trino-xxxx apache/gravitino-playground:trino-xxxx -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org