Testing
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Failing after 8s

This commit is contained in:
2026-06-07 16:30:57 +02:00
parent 8cd0dc6c81
commit 28fe48c3f0
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: |
git fetch --force --tags
LAST_TAG=$(git describe --tags --abbrev=0 --match "v*" 2>/dev/null)
LAST_TAG=$(git describe --tags --abbrev=0 --match "v*")
DISTANCE=$(git rev-list "${LAST_TAG}"..HEAD --count 2>/dev/null || echo "0")
BASE_VERSION="${LAST_TAG#v}"