You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Improve tag detection for docker builds (#3066)
Since moving to hatch-vcs and the next version strategies of
`setuptools_scm`, the default behavior of a new branch is to increment
the minor version (or major, if the new year happens to have come). At
the same time, we have rules where `docker/XYZ` produces a docker tag
`nipreps/fmriprep:XYZ`.
To create a Docker branch that indicates a patch on a minor series,
which will be useful for reusing work directories and testing patches
before a bug-fix release, this change allows for branches named
`docker/X.Y.x+tag`. For example, `docker/23.1.x+mynewpatch` would
produce a version `23.1.5.devN+gHASH` and a Docker image
`nipreps/fmriprep:mynewpatch`.
0 commit comments