Update build variable

VERSION calculated differently
This commit is contained in:
TheCaptain989
2021-04-08 06:05:14 -05:00
parent c6bd071501
commit e1ab43019e
+1 -1
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