Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: trigger push build action after tag creation
earlier push build action was not triggered due to github action limitation. ``` An action in a workflow run can’t trigger a new workflow run. ``` so now, we'll use user personal toke to create tag so that push build action pick the user not github action who created the tag. Closes: rook#8580 Signed-off-by: subhamkrai <srai@redhat.com>
- Loading branch information