From d42bd82f7641c29e618f0a4bf46a6e8fd40d5e11 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 2 Mar 2024 15:52:10 +0100 Subject: [PATCH] feat: with logging Signed-off-by: kjuulh --- crates/cuddle-ci/src/leptos_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cuddle-ci/src/leptos_service.rs b/crates/cuddle-ci/src/leptos_service.rs index bea868e..1e66023 100644 --- a/crates/cuddle-ci/src/leptos_service.rs +++ b/crates/cuddle-ci/src/leptos_service.rs @@ -367,7 +367,7 @@ impl MainAction for LeptosService { self.bin_name, timestamp, ); - container.publish(tag).await?; + container.publish(tag.clone()).await?; tracing::info!("published: {}", tag); ctx.set_image_tag(format!("main-{}", ×tamp.to_string()))?;