healchow commented on code in PR #6523: URL: https://github.com/apache/inlong/pull/6523#discussion_r1023462361
########## docker/build-docker-images.sh: ########## @@ -143,6 +146,11 @@ if [ "$BUILD_ARCH" = "$ARCH_X86" ]; then docker ${USE_BUILDX} build ${USE_PLATFORM} ${TYPE} -t inlong/tubemq-build:${tag} inlong-tubemq/tubemq-docker/tubemq-build/ fi +echo "=== Build images result =======" +docker images | grep inlong + Review Comment: Do we need to add "End to build" info? I see you add the "End to tag" after the tag result. -- 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...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org