edithturn commented on issue #21100: URL: https://github.com/apache/airflow/issues/21100#issuecomment-1025933544
@potiuk could please point me to where we are building the CI image? To have an idea how it was build :)  I also find that "build CI image" references this another ci_build_ci_image_on_ci.sh which is for the CI and exists for PROD too. ci_prepare_prod_image_on_ci.sh https://github.com/apache/airflow/blob/906d710060ebfe893ef3d7cddf00d2c49c7998fa/.github/workflows/build-images.yml#L229-L230 ``` - name: "Build CI image ${{ matrix.python-version }}:${{ env.GITHUB_REGISTRY_PUSH_IMAGE_TAG }}" run: ./scripts/ci/images/ci_build_ci_image_on_ci.sh ``` -- 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]
