ci: use CI_REGISTRY_IMAGE:latest for backend image in staging deploy

Merged Nguyễn Ngọc Đại requested to merge hotfix/file-ci into main

Replace variable $BE_IMAGE with $CI_REGISTRY_IMAGE:latest in the staging deployment commands to ensure the correct backend image is pulled and started during deployment.

Merge request reports