2a9d95d3d9
Publish container / publish (push) Successful in 24s
Bakes the git commit SHA into the image at build time (Dockerfile GIT_SHA/BUILD_DATE build-args, set by the CI workflow) and surfaces it as a small "vX.Y.Z · <sha>" tag on the sign-in screen and in the header user-menu, sourced from the existing unauthenticated /api/health endpoint (now also returns appVersion/buildSha/buildDate). Also adds buildSha/buildDate to the admin diagnostics payload. This makes it possible to tell at a glance whether a running container matches the latest published image without digging through registry timestamps.