.gitea/workflows/linux_arm64_docker.yaml aktualisiert #54

Merged
Penry merged 1 commits from penry-patch-1 into main 2026-06-07 18:14:58 +02:00
Showing only changes of commit 45479d9df7 - Show all commits
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
git fetch --force --tags origin
git fetch --force origin main
LAST_TAG=$(git tag -l 'v*' --sort=-version:refname | head -n 1)
LAST_TAG=$(git tag --merged origin/main -l 'v*' --sort=-creatordate | head -n 1)
if [[ -z "$LAST_TAG" ]]; then
LAST_TAG="v0.0.1-alpha"