Describe the bug
The GitHub actions task to build client programs into an OCI image is not depended upon by release creation. Thus if it fails it doesn't block the release.
Should make it depended upon so clear when it fails. Right now fail and you may not realise it if don't see email since would also get email saying release completed.
Only reason seen it fail at this point is transient failure to push OCI image to GHCR.
Additional information
No response
Describe the bug
The GitHub actions task to build client programs into an OCI image is not depended upon by release creation. Thus if it fails it doesn't block the release.
Should make it depended upon so clear when it fails. Right now fail and you may not realise it if don't see email since would also get email saying release completed.
Only reason seen it fail at this point is transient failure to push OCI image to GHCR.
Additional information
No response