You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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]>
0 commit comments