Skip to content

Commit

Permalink
Update check-for-new-release-requests.py
Browse files Browse the repository at this point in the history
fix #10

Signed-off-by: Cristovao Cordeiro <[email protected]>
  • Loading branch information
cjdcordeiro authored Feb 27, 2023
1 parent 7f9a836 commit 41503a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-for-new-release-requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
corresponding_build_tag = [
t
for t in build_tags
if t["name"].endswith(f"/{revision}") and rock_image_name in t["name"]
if t["name"].endswith(f"/{revision}") and f"{rock_image_name}/{track}" in t["name"]
]
if not corresponding_build_tag:
logging.warning(
Expand Down

0 comments on commit 41503a2

Please sign in to comment.