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 <