Stamp git commit into docker builds. (#325)

This commit is contained in:
Paul Dee 2023-03-15 21:39:20 +01:00 committed by GitHub
parent b80c44af43
commit 814093cdd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 2 deletions

View file

@ -119,6 +119,7 @@ func main() {
// set app extra data
extraData := make(map[string]string)
extraData["appVersion"] = appVersion
extraData["gitCommit"] = gitCommit
extraData["basePath"] = util.BasePath
// create rice box for embedded template