chore: add build-time arg for showing About and Notice (#360)

This commit is contained in:
Dayuan Jiang
2025-12-23 01:06:42 +09:00
committed by GitHub
parent 0f67884ead
commit 28f9a81e7b
2 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
build-args: |
NEXT_PUBLIC_SHOW_ABOUT_AND_NOTICE=true
# Push to AWS ECR for App Runner auto-deploy
- name: Configure AWS credentials