project automates bug detection and fixing using AI-powered debugging tools and CI/CD workflows.
✅ Automatic bug detection
✅ AI-based error fixes
✅ Continuous Integration with GitHub Actions
✅ Auto security updates
- Clone the repository:
git clone https://github.com/SoeAung95/YourRepo.git
{
"group": {
"default": {
"targets": ["webapp"]
}
},
"target": {
"webapp": {
"context": ".",
"dockerfile": "Dockerfile",
"tags": ["docker.io/SoeAung95/webapp:985e9e9"]
}
}
}