summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-08-30 13:11:49 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-09-06 11:15:07 +0200
commit436c9a371aadc57ca6e0bf218cab85f47fbb4441 (patch)
tree41eb7b2005a3b8ab6914d798bf096e445ee3bf16
parent74a74d0946b9f4aed7ab061a7e1b93f4f2b0310b (diff)
Fix: Only reuse artifacts that were built on the same image
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-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: