feat: remember to split output string
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
e475550004
commit
a62a88915e
@ -369,6 +369,10 @@ impl MainAction for RustService {
|
|||||||
))
|
))
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
let (_, image_tag) = image_tag
|
||||||
|
.split_once(':')
|
||||||
|
.ok_or(eyre::anyhow!("failed to split image tag at :"))?;
|
||||||
|
|
||||||
ctx.set_image_tag(image_tag)?;
|
ctx.set_image_tag(image_tag)?;
|
||||||
|
|
||||||
if self.deployment {
|
if self.deployment {
|
||||||
|
Loading…
Reference in New Issue
Block a user