diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 9fbb42c..d2f8621 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -178,7 +178,7 @@ jobs: source ./cleaned_env.sh set +a - if [ -f "Dockerfile.aarch64" ]; then ARM_STATUS="✅ Aktiv (eigenes Dockerfile)"; else ARM_STATUS="❌ Nicht unterstützt"; fi + if [ -f "Dockerfile.aarch64" ]; then ARM_STATUS="✅ Active (own Dockerfile)"; else ARM_STATUS="❌ Not supported"; fi cat << 'EOF' > commit_msg.txt ${{ gitea.event.head_commit.message }} diff --git a/VERSION.history b/VERSION.history index fd89e08..9f03367 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,2 +1 @@ -| **3.23** | 17.02.2026 23:37 | update workflow ✅ | | **3.23** | 14.02.2026 01:06 | alpine 3.23 ✅ |