feat: with sync
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
b879da4d2f
commit
c391482874
@ -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(())
|
||||||
|
Loading…
Reference in New Issue
Block a user