Skip to content

Commit

Permalink
Update docker_images_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Oct 2, 2024
1 parent 65aa954 commit 8516d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/docker_images_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_changed_docker_images(
break

# Rebuild all images on push or release
if pr_info.number == 0:
if pr_info.number == 0 or pr_info.number == f"{pr_info.version.major}.{pr_info.version.minor}.{pr_info.version.patch}":
changed_images = all_images

else:
Expand Down

0 comments on commit 8516d66

Please sign in to comment.