83552c35be
The canary workflow passed VERSION=canary as a build-arg, so the demo instance reported "canary" as its version. Derive the version from the latest git tag instead (e.g. 0.29.1) so the app reports a real semver. The `canary` image tag is unchanged.