-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Currently the BlueBuild GitHub Action is a composite action.
It could also technically be a reusable workflow.
This would allow us to specify custom build matrices inside the reusable component, centralizing the way the workflow is configured, and possibly allowing us to integrate a more complex build system for creating recipes (ex. jsonnet) within the GitHub matrixing.
The composite action could still live alongside the reusable workflow, and be used by it. We could switch to using the reusable workflow by default in the template, since it would have more streamlined configuration and more features. Falling back to using the composite action would be possible for power users to do 'unsupported things' (such as #53), too, of course.
Read more about the differences here:
https://docs.github.com/en/actions/sharing-automations/avoiding-duplication