mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-25 17:53:23 -04:00
Update build variable
VERSION calculated differently
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user