Skip to content

investigate and discuss composite actions vs reusable workflows #67

@xynydev

Description

@xynydev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: lowMight be supported or done in the future, but won't be prioritisedtype: discussionQuestions, proposals and info that requires discussion.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions