mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Updated BuildImage.yml as requested
Modified the VERSION generation until I find a better way to do this.
This commit is contained in:
parent
a7e8b63d00
commit
5e36a80057
2
.github/workflows/BuildImage.yml
vendored
2
.github/workflows/BuildImage.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user