feat: add timestamp
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-02-03 21:00:15 +01:00
parent d471a6190a
commit 018d21872a
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -368,7 +368,7 @@ impl MainAction for RustService {
);
container.publish(&tag).await?;
ctx.set_image_tag(tag)?;
ctx.set_image_tag(&timestamp.to_string())?;
if self.deployment {
let update_deployments_docker_image =