- Run CD workflows - GitHub Actions will build and push images to ghcr.io
- Run Tekton pipelines - OpenShift pipelines will import and promote images
ghcr.io:develop
↓
dev → test → training
↓
staging → prod
dev-release-pipeline- Import from ghcr.io to devdeveloping-release-pipeline- Import from ghcr.io to developingtest-release-pipeline- Promote dev to testtesting-release-pipeline- Promote developing to testingtraining-release-pipeline- Promote test to trainingstaging-release-pipeline- Promote test to stagingprod-release-pipeline- Promote staging to prod