Process Flow - GitHub Actions with Docker
Push code to GitHub
GitHub Actions triggered
Run workflow steps
Build Docker image
Run tests inside Docker container
Push Docker image to registry (optional)
Complete workflow
This flow shows how pushing code triggers GitHub Actions to build and test a Docker image, then optionally push it to a registry.