feat(GHA): configurable SHOW_UPCOMING_CHANGES (#63395)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Mrugesh Mohapatra
2025-11-02 18:45:47 +05:30
committed by GitHub
parent 2d65f11e0f
commit 982d0fb290
4 changed files with 44 additions and 2 deletions

View File

@@ -25,10 +25,12 @@ ARG STRIPE_PUBLIC_KEY
ARG PAYPAL_CLIENT_ID
ARG PATREON_CLIENT_ID
ARG DEPLOYMENT_ENV
ARG SHOW_UPCOMING_CHANGES
ARG SHOW_UPCOMING_CHANGES=false
ARG GROWTHBOOK_URI
ARG FREECODECAMP_NODE_ENV
ENV SHOW_UPCOMING_CHANGES=$SHOW_UPCOMING_CHANGES
# For simplicity and because node_modules do not make it into the final image,
# we can just install all dependencies here.
RUN pnpm install --frozen-lockfile