changed workflow version
All checks were successful
Docker Build / build (push) Successful in 10s

This commit is contained in:
2026-02-04 00:40:29 +01:00
parent 8a675a4537
commit 09b948963e

View File

@@ -16,10 +16,8 @@ jobs:
- name: Set image tag from branch
run: |
echo "GITEA_REF=$GITEA_REF"
# strip refs/heads/
VERSION="${GITEA_REF#refs/heads/}"
# hole den Branch-Namen über Git
VERSION=$(git rev-parse --abbrev-ref HEAD)
if [ -z "$VERSION" ]; then
echo "ERROR: could not determine branch name"