ci: cd.yaml paths 加入 .dockerignore — 避免 dockerignore 變更不觸發 CD
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 14m13s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-10 09:34:30 +08:00
parent 2d44250d2c
commit a94cf6e437

View File

@@ -17,6 +17,7 @@ on:
- 'apps/**'
- 'k8s/**'
- '.gitea/workflows/**'
- '.dockerignore'
# docs/、memory/、ADR 等不觸發
# ops/monitoring/alerts-unified.yml 由 deploy-alerts.yaml 獨立處理 (I3)
workflow_dispatch: