feat: with logging
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-02 15:52:10 +01:00
parent 11f6fdb1d5
commit d42bd82f76
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -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-{}", &timestamp.to_string()))?;