Files
meshcore-analyzer/.github
you c8a97af737 fix: Docker publish workflow — BUILD_TIME and APP_VERSION build args
BUILD_TIME was passed as a literal $(date ...) string in the with: block,
which is not evaluated as a shell command. Moved to a preceding step that
writes to GITHUB_OUTPUT.

APP_VERSION used github.ref_name which resolves to 'master' on push events.
Now uses the tag name for tag pushes, or the commit SHA otherwise.
2026-04-05 22:12:37 +00:00
..