mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -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
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
# Build variables
|
# Build variables
|
||||||
VERSION=$(git describe --tags --always)
|
VERSION=${GITHUB_SHA:0:7}
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Building version $VERSION
|
Building version $VERSION
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user