You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -135,6 +132,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
135
132
AWS_REGION=$AWS_REGION && \
136
133
S3_BUCKET=$S3_BUCKET && \
137
134
BUILD_ID=$BUILD_ID && \
135
+
RELEASE_VERSION=$RELEASE_VERSION && \
138
136
STATIC_ASSETS_HOST=$STATIC_ASSETS_HOST && \
139
137
if [ -n "$STATIC_ASSETS_HOST" ] && [ -n "$BUILD_ID" ]; then NEXT_PUBLIC_STATIC_ASSETS_URL="https://$STATIC_ASSETS_HOST/static-assets/$BUILD_ID"; fi && \
0 commit comments