Is your feature request related to a problem? Please describe.
Currently, there is no automated process to publish Docker images for this project to Docker Hub when new releases are made.
Describe the solution you'd like
Implement an automated CI/CD pipeline, preferably using GitHub Actions, to build and publish Docker images to Docker Hub whenevera new release is created.
The pipeline should:
Build the Docker image
Tag it appropriately (e.g., with version number for releases and 'latest')
Is your feature request related to a problem? Please describe. Currently, there is no automated process to publish Docker images for this project to Docker Hub when new releases are made.
Describe the solution you'd like Implement an automated CI/CD pipeline, preferably using GitHub Actions, to build and publish Docker images to Docker Hub whenevera new release is created. The pipeline should: