Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI/CD pipeline for Docker image build and deployment
- Set up GitHub Actions workflow for Docker image CI/CD - Configure build job to build and push Docker image - Configure deploy job to pull and deploy Docker image - Add caching for Docker layers to improve build performance - Log in to Docker Hub using secrets - Notify upon successful deployment
- Loading branch information