How I Built a Production-Grade CI Pipeline With GitHub Actions and Docker
Most CI pipelines I see in the wild are broken in the same 3 ways.
They test nothing. They push unscanned images. They have no gates between stages.
Here is what a proper one looks like — and exactly
emmanuelubani.hashnode.dev2 min read