feat: add build version injection via CI_COMMIT argument #503

Merged
argoyle merged 1 commits from feat/inject-build-version-commit into main 2025-06-13 11:40:43 +00:00

1 Commits

Author SHA1 Message Date
argoyle b4447bb15e feat: add build version injection via CI_COMMIT argument
Inject the build version into the binary using the CI_COMMIT 
argument for better traceability of deployments. Update the 
Dockerfile to pass the commit hash to the build process, 
ensuring that each build contains version information tied 
to the specific commit.
2025-06-13 13:26:56 +02:00