Updated BuildImage.yml as requested

Modified the VERSION generation until I find a better way to do this.
This commit is contained in:
TheCaptain989 2021-03-19 11:12:15 -05:00
parent a7e8b63d00
commit 5e36a80057

View File

@ -16,7 +16,7 @@ jobs:
- name: Build image
run: |
# Build variables
VERSION=$(git describe --tags --always)
VERSION=${GITHUB_SHA:0:7}
cat <<EOF
Building version $VERSION
EOF