diff --git a/stimela/recipe.py b/stimela/recipe.py index 6adabb1e..8a5982c2 100644 --- a/stimela/recipe.py +++ b/stimela/recipe.py @@ -258,7 +258,7 @@ def setup_job(self, image, config, self.tag = _cab.tag[-1] self.version = _cab.version[-1] - cabspecs = self.recipe.cabspecs.get(cont.cabname, None) + cabspecs = self.recipe.cabspecs if cabspecs: _tag = cabspecs.get("tag", None) _version = cabspecs.get("version", None)