Skip to content

Commit cba54e8

Browse files
committed
chore: cleanup and ci fixes
1 parent b7e0bf0 commit cba54e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workflow/planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ impl WorkflowPlanner {
426426
let item_clone = item.clone();
427427
let env_clone = self.env.clone();
428428

429-
let mut task = Task::new(&format!("workflow:push-{}", service_name))
429+
let task = Task::new(format!("workflow:push-{}", service_name))
430430
.depends_on(&[&service_name])
431431
.exec_fn(move |_ctx| {
432432
let image_ref = image_ref.clone();

0 commit comments

Comments
 (0)