You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
Push the image to our Docker Hub repository
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: