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 c14241b72c Simplify dataset serialization code (#38089)
add 53ea51a9c4 Separate cache build to a separate workflow called from the
main ci.yml (#38107)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-images.yml | 81 ---------
.github/workflows/ci.yml | 198 +++++----------------
.github/workflows/push-image-cache.yml | 149 ++++++++++++++++
.../airflow_breeze/commands/ci_image_commands.py | 90 ++++++----
.../commands/production_image_commands.py | 102 +++++++----
.../airflow_breeze/utils/docker_command_utils.py | 62 ++++---
.../ci_start_arm_instance_and_connect_to_docker.sh | 3 +-
scripts/ci/images/initialize.sh | 11 --
8 files changed, 356 insertions(+), 340 deletions(-)
create mode 100644 .github/workflows/push-image-cache.yml