Update CI pipeline to utilize specific blhc image per release
In response to discussions about the best approach for integrating blhc into the CI pipeline, This commit modifies the pipeline configuration to utilize a specific blhc image for each release.
The previous approach of using blhc:latest
has been replaced with blhc:${RELEASE}
,
ensuring compatibility with each release's.
Closes: #340 (closed)