This PR is adding github action for auto Docker releases. This will streamline Docker image builds & releases for enhanced efficiency, reliability, and consistency in managing Docker-based deployments. The build & release event will be triggered: - On any new tag creation without rc suffix. - Manually for testing purposes. Changelog-None.