investigate and discuss composite actions vs reusable workflows #67
Labels
priority: low
Might be supported or done in the future, but won't be prioritised
type: discussion
Questions, proposals and info that requires discussion.
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
The text was updated successfully, but these errors were encountered: