potiuk commented on code in PR #23379:
URL: https://github.com/apache/airflow/pull/23379#discussion_r864232278
##########
dev/breeze/src/airflow_breeze/build_image/prod/build_prod_params.py:
##########
@@ -202,6 +214,15 @@ def extra_docker_build_flags(self) -> List[str]:
f"AIRFLOW_CONSTRAINTS_REFERENCE={self.default_constraints_branch}",
]
)
+ extra_build_flags.extend(
+ [
+ "--label",
Review Comment:
Sure. We can do it - care for adding them :) ?
--
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]