feat: with sync
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-11-27 21:36:46 +01:00
parent b879da4d2f
commit c391482874
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -358,7 +358,7 @@ impl MainAction for RustService {
"--image", "--image",
&format!("kasperhermansen/{}:main-{}", self.bin_name, timestamp), &format!("kasperhermansen/{}:main-{}", self.bin_name, timestamp),
]) ])
.exit_code() .sync()
.await?; .await?;
Ok(()) Ok(())