Try to integrate build time and branch into docker build

Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
This commit is contained in:
Carsten Schafer
2024-07-02 10:56:01 -04:00
parent f9d1013d35
commit 35a014035c

View File

@@ -78,3 +78,4 @@ runs:
build-args: |
GITHUB_BRANCH=${{ env.BRANCH_NAME }}
GITHUB_SHA=${{ github.sha }}
GITHUB_TIME=${{ env.SOURCE_DATE_EPOCH }}