kou commented on code in PR #45040: URL: https://github.com/apache/arrow/pull/45040#discussion_r1890107291
########## dev/tasks/python-wheels/github.linux.yml: ########## @@ -141,9 +139,9 @@ jobs: {{ macros.github_upload_wheel_scientific_python("arrow/python/repaired_wheels/*.whl")|indent }} {% if arrow.is_default_branch() %} - - name: Push Docker Image + - name: Push Docker images shell: bash run: | archery docker push python-wheel-manylinux-{{ manylinux_version }} - archery docker push python-wheel-manylinux-test-unittests + archery docker push {{ test_unittests_image }} Review Comment: Oh, sorry. Yes. I meant `test_imports_image`. I didn't notice that `python-wheel-manylinux-test-imports` is `python:XXX`. I just checked `python-free-threaded-wheel-manylinux-test-imports`: https://github.com/apache/arrow/blob/37eb3b50101aa5e32b5122e61593a1a592a22274/docker-compose.yml#L1207-L1210 We don't need to cache it because it's a temporary image? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org