feat: use tag instead
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 20:42:23 +01:00
parent 2735b7d2cf
commit d471a6190a
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -367,7 +367,7 @@ impl MainAction for RustService {
self.bin_name, timestamp,
);
container.publish(tag).await?;
container.publish(&tag).await?;
ctx.set_image_tag(tag)?;
if self.deployment {