Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
34145ba380
commit
11f6fdb1d5
@ -366,7 +366,10 @@ impl MainAction for LeptosService {
|
|||||||
"docker.io/kasperhermansen/{}:main-{}",
|
"docker.io/kasperhermansen/{}:main-{}",
|
||||||
self.bin_name, timestamp,
|
self.bin_name, timestamp,
|
||||||
);
|
);
|
||||||
|
|
||||||
container.publish(tag).await?;
|
container.publish(tag).await?;
|
||||||
|
|
||||||
|
tracing::info!("published: {}", tag);
|
||||||
ctx.set_image_tag(format!("main-{}", ×tamp.to_string()))?;
|
ctx.set_image_tag(format!("main-{}", ×tamp.to_string()))?;
|
||||||
|
|
||||||
if self.deploy {
|
if self.deploy {
|
||||||
|
Loading…
Reference in New Issue
Block a user