Tutorials

This is a collection of tutorials.

Background on Multi-Project CI/CD

3 minute read

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...

Developing Composite Actions

4 minute read

Multi-project CI/CD using GitHub Actions primarily revolves around the development of two types of components: composite actions and reusable workflows. Comp...

Developing Reusable Workflows

3 minute read

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...