FCP-INDI / C-PAC

Configurable Pipeline for the Analysis of Connectomes

Home Page:https://fcp-indi.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧱 Make all multi-stage staging images branch specific

shnizzedy opened this issue · comments

Related problem

Currently each stage before the final stage in the multistage build process is shared across all branches, which means a build/packaging/versioning change in one branch will affect other development branches without merging.

Proposed feature

  • Update the multistage process to make each stage branch-specific

Acceptance criteria

  • packaging changes don't affect other branches until merged

Additional context

This change would do away with the need for separate fixes like #1973