chanzuckerberg / github-actions

A collection of re-usable GitHub Actions
MIT License
5 stars 3 forks source link

feat: break argus-docker-build workflow into composite actions #283

Closed hspitzley-czi closed 3 months ago

hspitzley-czi commented 3 months ago

Changes:

Backwards compatibility: The existing Workflow has been refactored to delegate out to the new Composite Actions, meaning we continue to provide a simpler way to build images for Argus when customization is not necessary.

Reasoning: This was done to allow applications (such as Along) to use Github repo/org secrets as Docker build_args.