How to build a CI/CD Pipeline using GitHub Actions
When building software applications using Docker, your workflow is usually identical. You'd write code, build a Docker image, push the image to a registry, and deploy the image to a server. If you're making multiple changes in a day, this process can...
aahil13.hashnode.dev6 min read