01d5ebbdb8
ARG CACHE_BUST placed immediately after FROM so only the base image layer is served from GHA cache. All RUN/ENV/COPY layers are rebuilt every build via CACHE_BUST=$GITHUB_SHA. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>