Github Reusable Workflows
Keep your workflows DRY Github Reusable Workflows It is common in an organizational environment to have multiple applications built with the same technologies or frameworks, and even having them sharing a common CI/CD pipeline. This, most of the time ends up in having to repeat a lot of code to, for example, deploy a Terraform infrastructure, upload a container image to a registry and other similar jobs. For this reason, to keep your pipelines DRY (Don’t Repeat Yourself) we b