Process Flow - Building images in CI pipeline
Start CI Pipeline
Checkout Code
Run Docker Build
Build Image
Tag Image
Push Image to Registry
End Pipeline
The CI pipeline starts by getting the code, then builds a Docker image, tags it, and pushes it to a registry.