feat: add dagger bin to plan
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-06 22:31:02 +02:00
parent 3b8e3997fb
commit 09f4af1e4d
2 changed files with 5 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ async fn main() -> eyre::Result<()> {
.with_mold("2.3.3")
.with_bin_name(BIN_NAME)
.with_deployment(false)
.with_dagger_bin("0.9.8")
.to_owned();
let drone_templater = &DroneTemplater::new(client, "templates/cuddle-rust-cli-plan.yaml")