Skip to content

Commit

Permalink
Correctly sub image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed May 21, 2021
1 parent 6c7b178 commit 3a5cbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonfire/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def _get_component_items(self, component_name):
new_items = process_template(template, params)["items"]

# override the tags for all occurences of an image if requested
self._sub_image_tags(new_items)
new_items = self._sub_image_tags(new_items)

if self.remove_resources:
_remove_resource_config(new_items)
Expand Down

0 comments on commit 3a5cbf4

Please sign in to comment.