Background on Multi-Project CI/CD
As far as we know multi-project CI/CD is a relatively new concept, albeit an obvious extension of traditional single-project CI/CD. To that end this tutorial...
This is a collection of tutorials.
As far as we know multi-project CI/CD is a relatively new concept, albeit an obvious extension of traditional single-project CI/CD. To that end this tutorial...
The point of this tutorial is to help you understand GitHub Actions in the context of multi-project CI/CD. This tutorial assumes you have some familiarity wi...
Multi-project CI/CD using GitHub Actions primarily revolves around the development of two types of components: composite actions and reusable workflows. Comp...
This tutorial continues our discussion of multi-project CI/CD using GitHub Actions. This tutorial focuses on reusable workflows and assumes you have read the...