potiuk commented on code in PR #23562: URL: https://github.com/apache/airflow/pull/23562#discussion_r867459718
########## IMAGES.rst: ########## @@ -188,8 +188,8 @@ Dockerfile image= and scripts further rebuilds with local build cache will be co You can also disable build cache altogether. This is the strategy used by the scheduled builds in CI - they will always rebuild all the images from scratch. -You can change the strategy by providing one of the ``--build-cache-local``, ``--build-cache-pulled`` or -even ``--build-cache-disabled`` flags when you run Breeze commands. For example: +You can change the strategy by providing one of the ``--build-cache`` flags: ``registry``(default), ``local``, Review Comment: ```suggestion You can change the strategy by providing one of the ``--build-cache`` flags: ``registry`` (default), ``local``, ``` -- 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]
