Skip to content

Commit 62a36df

Browse files
committed
fix: address CI Docker build and scanning failure for PR #666
1 parent 61dc209 commit 62a36df

5 files changed

Lines changed: 482 additions & 269 deletions

File tree

.github/agents/DevOps.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ main:
135135
- Look for error messages
136136
- Check timing (timeout vs crash)
137137
- Environment variables set correctly?
138+
- If MCP web fetch lacks auth, pull workflow logs with `gh` CLI
138139

139140
3. **Verify environment configuration**
140141
```bash

.github/instructions/github-actions-ci-cd-best-practices.instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ This checklist provides a granular set of criteria for reviewing GitHub Actions
502502

503503
This section provides an expanded guide to diagnosing and resolving frequent problems encountered when working with GitHub Actions workflows.
504504

505+
Note: If workflow logs are not accessible via MCP web fetch due to missing auth, retrieve logs with the authenticated `gh` CLI.
506+
505507
### **1. Workflow Not Triggering or Jobs/Steps Skipping Unexpectedly**
506508
- **Root Causes:** Mismatched `on` triggers, incorrect `paths` or `branches` filters, erroneous `if` conditions, or `concurrency` limitations.
507509
- **Actionable Steps:**

0 commit comments

Comments
 (0)