From 537da5800f25c362b9a844276b5b570fb8cb101c Mon Sep 17 00:00:00 2001 From: tahahawa Date: Fri, 11 Jul 2025 10:34:37 -0400 Subject: [PATCH] uncomment docker image build --- .../src/modules/application/features/continuous_delivery.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harmony/src/modules/application/features/continuous_delivery.rs b/harmony/src/modules/application/features/continuous_delivery.rs index 7bcfb38..39513ab 100644 --- a/harmony/src/modules/application/features/continuous_delivery.rs +++ b/harmony/src/modules/application/features/continuous_delivery.rs @@ -159,8 +159,8 @@ impl< info!("Pushed new helm chart {helm_chart}"); error!("TODO Make building image configurable/skippable"); - // let image = self.application.build_push_oci_image().await?; - // info!("Pushed new docker image {image}"); + let image = self.application.build_push_oci_image().await?; + info!("Pushed new docker image {image}"); info!("Installing ContinuousDelivery feature"); // TODO this is a temporary hack for demo purposes, the deployment target should be driven