This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4c01f7d16be Fix tests introduced in #45546 (#45572)
add 662804921fe Add optional --image-file-dir to store loaded files
elsewhere (#45564)
No new revisions were added by this update.
Summary of changes:
.../actions/prepare_breeze_and_image/action.yml | 11 +++-
.github/actions/prepare_single_ci_image/action.yml | 10 +++-
.github/workflows/ci-image-build.yml | 10 +++-
.github/workflows/prod-image-build.yml | 10 +++-
dev/breeze/doc/images/output_ci-image_load.svg | 60 ++++++++++++-------
dev/breeze/doc/images/output_ci-image_load.txt | 2 +-
dev/breeze/doc/images/output_ci-image_save.svg | 26 ++++++---
dev/breeze/doc/images/output_ci-image_save.txt | 2 +-
dev/breeze/doc/images/output_prod-image_load.svg | 50 ++++++++++------
dev/breeze/doc/images/output_prod-image_load.txt | 2 +-
dev/breeze/doc/images/output_prod-image_save.svg | 26 ++++++---
dev/breeze/doc/images/output_prod-image_save.txt | 2 +-
.../airflow_breeze/commands/ci_image_commands.py | 68 +++++++++++++---------
.../commands/ci_image_commands_config.py | 2 +
.../commands/common_image_options.py | 19 ++++++
.../commands/production_image_commands.py | 60 ++++++++++++-------
.../commands/production_image_commands_config.py | 2 +
dev/breeze/src/airflow_breeze/utils/github.py | 4 +-
18 files changed, 246 insertions(+), 120 deletions(-)