Bowrna commented on a change in pull request #21145:
URL: https://github.com/apache/airflow/pull/21145#discussion_r810231042
##########
File path: dev/breeze/src/airflow_breeze/ci/build_params.py
##########
@@ -106,8 +116,8 @@ def commit_sha(self):
def docker_cache_ci_directive(self) -> List:
docker_cache_ci_directive = []
if self.docker_cache == "pulled":
- docker_cache_ci_directive.append("--cache-from")
- docker_cache_ci_directive.append(self.airflow_ci_image_name)
+
docker_cache_ci_directive.append(f"--cache-from={self.airflow_ci_image_name_with_cache}")
Review comment:
@potiuk Changes in cache-from flag in docker command construction
--
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]