### Changed
- Streamlines the Docker image tagging process by using a raw tag based on the release version.
- Simplifies the workflow by removing unnecessary semver tag generation.
- Consolidates the logic for adding the "latest" tag to a single, more straightforward conditional step.
### Removed
- Removes redundant logic related to adding the "latest" tag, leading to a cleaner and more efficient workflow.
### Added
- Adds support for manual release tag input for workflow.
### Changed
- Updates Docker metadata action to use release tag from event or input.
- Modifies conditional logic for adding "latest" tag to releases.
- Ensures `RELEASE_VERSION` is correctly passed to the build process.
### Changed
- Allows specifying the release tag when manually triggering the workflow.
- Uses the release tag from the manual input or the release event.
### Added
- Dockerfile and .dockerignore for containerization.
- GitHub Actions workflow for automated Docker image builds and releases to GHCR on tag creation.