The GitHub Actions job "Build Images" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 206e907850b9805e5c8194338a41e4153c5fdbb2 / Jarek Potiuk <[email protected]> Further speed up fixing ownership in CI After #23775 I noticed that there is yet another small improvement area in the CI buld speed. Currently build-ci-image builds and push only "commit-tagged" images, but "fix-ownership" requires the "latest" image to run. This PR adds --tag-as-latest option also to build-image and build-prod-image commands - similarly as for the pull-image and pull-prod-image. This will retag the "commit" images as latest in the build-ci-images step and allow to save 1m on pulling the latest image before fix-ownership (bringing it back to 1s overhead) Report URL: https://github.com/apache/airflow/actions/runs/2347714331 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
