Fixed Workflow Syntax (#67)
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Successful in 38s

Reviewed-on: #67
This commit was merged in pull request #67.
This commit is contained in:
2026-06-07 21:21:30 +02:00
parent e7d1b4b524
commit 96336fd637
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
TEMP_LAST_TAG="${LAST_TAG%-*}"
VERSION="${TEMP_LAST_TAG}-nightly.${COMMIT_COUNT}"
else
VERSION="$[LAST_TAG}-nightly.${COMMIT_COUNT}"
VERSION="${LAST_TAG}-nightly.${COMMIT_COUNT}"
fi
echo "LAST_TAG=$LAST_TAG" >> "$GITHUB_ENV"