From a50ad7b1be551f12462c344befacb662b1eb1d93 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Fri, 13 Feb 2026 01:06:40 +0100 Subject: [PATCH] fix BASE_IMAGE in README.md --- .gitea/workflows/build-and-push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 0ba12a4..cc5a4f5 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -310,6 +310,7 @@ jobs: line="${line//__BUILD_DATE__/$BUILD_DATE_ONLY}" line="${line//__HISTORY_CONTENT__/$HISTORY_CONTENT}" line="${line//__ARM_STATUS__/$ARM_STATUS}" + line="${line//__BASE_IMAGE__/$BASE_IMAGE}" # Block Injections if [[ "$line" == *"__ENV_BLOCK__"* ]]; then