Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regex for publishing v2 image (#5988)
## Which problem is this PR solving? - Release attempt did not publish v2 image ``` [[ v2.0.0-rc1 =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] + echo 'skipping docker images upload, because not on tagged release or main branch' ``` ## Description of the changes - Fix the regex to include -rc suffix ## How was this change tested? - CI Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information