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:51:36 +01:00
parent 34145ba380
commit 11f6fdb1d5
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -366,7 +366,10 @@ impl MainAction for LeptosService {
"docker.io/kasperhermansen/{}:main-{}",
self.bin_name, timestamp,
);
container.publish(tag).await?;
tracing::info!("published: {}", tag);
ctx.set_image_tag(format!("main-{}", &timestamp.to_string()))?;
if self.deploy {