Skip to content

Commit 4f3405c

Browse files
ltagliaferriclaude
andcommitted
Fix AI docs workflow by adding placeholder signature files
The workflow was failing because the Dockerfile expected signature and certificate files (.sig and .crt) that weren't being created. Added placeholder files to unblock the workflow until proper signing is implemented in the next phase. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) <[email protected]>
1 parent 3eff1c1 commit 4f3405c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/compile-ai-docs-from-gcs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ jobs:
156156
# Copy files for container build
157157
cp static/downloads/chainguard-ai-docs.md scripts/
158158
cp static/downloads/checksums.txt scripts/
159+
160+
# Create placeholder signature files if they don't exist
161+
# (These will be properly signed in a future phase)
162+
touch scripts/chainguard-ai-docs.md.sig
163+
touch scripts/chainguard-ai-docs.md.crt
159164
160165
# Build container with GitHub Container Registry
161166
docker build -f scripts/Dockerfile.ai-docs -t ghcr.io/${{ github.repository_owner }}/ai-docs:latest scripts/

0 commit comments

Comments
 (0)