CI/CD Pipeline ด้วย Docker และ GitHub Actions
CI/CD กับ Docker คืออะไร? CI/CD (Continuous Integration / Continuous Deployment) คือกระบวนการ Build, Test และ Deploy อัตโนมัติเมื่อมีการ Push Code เข้า Repository Docker ช่วยให้การ Deploy เสถียรและทำซ้ำได้ Workflow โดยรวม Push Code → GitHub Actions → Build Docker Image → → Run Tests → Push to Regist

