From 4b57626f857a9093d46462d17674014134bfc1d9 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Fri, 13 Feb 2026 17:17:43 +0100 Subject: [PATCH] fix process_template --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 886d521..9a21131 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -317,7 +317,7 @@ jobs: if [ -f "$template" ]; then > "$output" while IFS= read -r line || [ -n "$line" ]; do - # 1. Standard Ersetzungen (String Replace) + # 1. Standard Ersetzungen line="${line//__REPO_NAME__/$REPO_PURE}" line="${line//__FULL_URL__/$FULL_URL}" line="${line//__BUILD_TAG__/$BUILD_TAG}"