Reorganize CI/CD bootstrap phases and add custom runner Dockerfile #50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/p2-mirror-and-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Key Changes
Phase Reordering
Custom Runner Dockerfile
The stock
forgejo/runner:3.5.1image lacks Node.js, soactions/checkout@v4doesn't work. The new Dockerfile adds:Bootstrap Strategy
Deployment and Testing
actions/checkout@v4works🤖 Generated with Claude Code