Skip to content

Run trigger-UBI-images-build job also for patch release tags

What does this MR do?

Makes the trigget UBI images build job to be triggered for patch releases.

Why was this MR needed?

This job should be executed also for patch release tags. However, because of the changes: part in the rules, it is not.

It's not a problem for the .0 release and I think it's because tagging is happening on main - changes are ignored in that case. But the patch releases are tagged on the x-y-stable branch. As the last commit created before tagging is the changelog update, it doesn't match the code-backstage-patterns change patterns and the job is not executed. Which means that while we're releasing updates/fixes for the regular images, the UBI ones are left on the .0 version only.

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Tomasz Maczukin

Merge request reports