fix BASE_IMAGE in README.md
All checks were successful
/ release-and-build (push) Successful in 34s

This commit is contained in:
2026-02-13 01:06:40 +01:00
parent 66f47e37f0
commit a50ad7b1be

View File

@@ -310,6 +310,7 @@ jobs:
line="${line//__BUILD_DATE__/$BUILD_DATE_ONLY}" line="${line//__BUILD_DATE__/$BUILD_DATE_ONLY}"
line="${line//__HISTORY_CONTENT__/$HISTORY_CONTENT}" line="${line//__HISTORY_CONTENT__/$HISTORY_CONTENT}"
line="${line//__ARM_STATUS__/$ARM_STATUS}" line="${line//__ARM_STATUS__/$ARM_STATUS}"
line="${line//__BASE_IMAGE__/$BASE_IMAGE}"
# Block Injections # Block Injections
if [[ "$line" == *"__ENV_BLOCK__"* ]]; then if [[ "$line" == *"__ENV_BLOCK__"* ]]; then