fix(cd): rebuild API image when T16 seed script changes
All checks were successful
Code Review / ai-code-review (push) Successful in 10s

This commit is contained in:
Your Name
2026-05-13 23:05:00 +08:00
parent 4ee57b710d
commit 8885c1b49d

View File

@@ -17,6 +17,9 @@ on:
- 'apps/**'
- 'k8s/**'
- '.dockerignore'
# Dockerfile COPY scripts/ into the API image; keep production ops
# seed scripts deploy-coupled instead of repo-only.
- 'scripts/ops/awooop-seed-auto-repair-canary-playbook.py'
# Workflow-only changes do not rebuild runtime images. Use workflow_dispatch
# when an operator explicitly wants to test the CD pipeline itself.
# docs/、memory/、ADR 等不觸發