From 5e36a800576f3707440e52dad07f444c7e10e29e Mon Sep 17 00:00:00 2001 From: TheCaptain989 Date: Fri, 19 Mar 2021 11:12:15 -0500 Subject: [PATCH] Updated BuildImage.yml as requested Modified the VERSION generation until I find a better way to do this. --- .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 ca42bd4..0cdf870 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 <