Skip to content

Commit

Permalink
Fix iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Oct 5, 2023
1 parent e3f26b6 commit 7ee3e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automations/python/workflows/set_matrix_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def ser_set(x):

build_matrix["include"] = [includes[item] for item in build_matrix["image"]]

for item in build_matrix:
for item in build_matrix["include"]:
if "context" not in item:
item["context"] = item["image"]

Expand Down

0 comments on commit 7ee3e6a

Please sign in to comment.