mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
Updated BuildImage.yml as requested
Modified the VERSION generation until I find a better way to do this.
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