From e1ab43019e1662a24bf344e722ff436188f4d39f Mon Sep 17 00:00:00 2001 From: TheCaptain989 Date: Thu, 8 Apr 2021 06:05:14 -0500 Subject: [PATCH] Update build variable VERSION calculated differently --- .github/workflows/BuildImage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildImage.yml b/.github/workflows/BuildImage.yml index 37220d4..37835de 100644 --- a/.github/workflows/BuildImage.yml +++ b/.github/workflows/BuildImage.yml @@ -16,7 +16,7 @@ jobs: - name: Build image run: | # Build variables - VERSION=$(git describe --tags --always) + VERSION=${GITHUB_SHA:0:7} cat <