From 436c9a371aadc57ca6e0bf218cab85f47fbb4441 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 30 Aug 2021 13:11:49 +0200 Subject: Fix: Only reuse artifacts that were built on the same image Signed-off-by: Matthias Beyer --- src/orchestrator/orchestrator.rs | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3