uncomment docker build

This commit is contained in:
tahahawa 2025-07-09 00:13:27 -04:00
parent cb18ba8e45
commit 0faf85d850

View File

@ -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");