diff --git a/harmony/src/modules/application/features/continuous_delivery.rs b/harmony/src/modules/application/features/continuous_delivery.rs index 785e169..3ea8042 100644 --- a/harmony/src/modules/application/features/continuous_delivery.rs +++ b/harmony/src/modules/application/features/continuous_delivery.rs @@ -159,7 +159,7 @@ impl< info!("Pushed new helm chart {helm_chart}"); error!("TODO Make building image configurable/skippable"); - // let image = self.application.build_push_oci_image().await?; + let image = self.application.build_push_oci_image().await?; info!("Pushed new docker image {image}"); info!("Installing ContinuousDelivery feature");