What's Changed
[1.3.18] — 2026-04-28
Fixed
:latestDocker tag pointed at the:fullimage instead of the regular Alpine image —docker/metadata-action's defaultflavor: latest=autoauto-added:latestto both the regular and the full meta blocks; the full build ran second and overwrote:lateston Docker Hub. Anyone runningdocker pull ministackorg/ministacksilently got the 360 MB Debian image instead of the 110 MB Alpine one. Fixed by addingflavor: latest=falseto the full meta block in bothdocker-publish.ymlanddocker-publish-on-pr.ymlso only the regular build claims:latest.- Full image reported
version: 1.3.17-fullon/_ministack/health— theMINISTACK_VERSIONbuild-arg for the full image was sourced from the full meta'soutputs.version, which includes the-fullsuffix used for tagging. Tools parsing theversionfield for semver checks saw1.3.17-fulland rejected it. Now sourced from the regular meta'soutputs.versionso both editions report a clean1.3.18; the edition is already separately exposed asedition: full.