Description
Prove its possible to create CI/CD pipeline definitions for a bookstore app including:
- pr flow:
- push to main flow:
- stage (build and push temporary image to staging service),
- test on k8s using staged images
- release flow:
- tagging,
- build tagged image
- Push to docker registries (SAP artifactory, in-cluster docker registry),
- deploy to cluster
- test
- GH release