summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/orchestrator/orchestrator.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/orchestrator/orchestrator.rs b/src/orchestrator/orchestrator.rs
index f4644da..0f2e528 100644
--- a/src/orchestrator/orchestrator.rs
+++ b/src/orchestrator/orchestrator.rs
@@ -645,6 +645,7 @@ impl<'a> JobTask<'a> {
.config(self.config)
.package(self.jobdef.job.package())
.release_stores(&self.release_stores)
+ .image_name(Some(self.jobdef.job.image()))
// We can simply pass the staging store here, because it doesn't hurt. There are
// two scenarios: