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

This commit is contained in:
2026-02-13 01:13:53 +01:00
parent 2bfbff015e
commit eed444e116

View File

@@ -222,6 +222,7 @@ jobs:
BUILD_TAG="${{ steps.prep.outputs.docker_tag }}"
FULL_URL="${{ steps.prep.outputs.image_name }}"
REPO_PURE="${{ steps.prep.outputs.repo_pure }}"
BASE_IMAGE="${{ steps.prep.outputs.base_image }}"
# Zusätzliche Info für ARM Status
[ -f "Dockerfile.aarch64" ] && ARM_STATUS="✅ Aktiv (eigenes Dockerfile)" || ARM_STATUS="✅ Aktiv (via Standard Dockerfile)"