chore: remove homelab CI workflow
- Removed .gitea/workflows/build-runner-node.yml - Homelab is GitOps only, not a buildable artifact - Runner images managed via direct Dockerfile edits + manual pushes
This commit is contained in:
@@ -61,6 +61,6 @@ gc:
|
||||
enabled: true
|
||||
schedule: "*/30 * * * *" # every 30 minutes
|
||||
image: alpine/k8s:1.31.0
|
||||
pruneAge: "72h" # Docker artifacts unused longer than this get pruned
|
||||
pruneAgeHours: 72 # Same as pruneAge but numeric for date arithmetic in shell
|
||||
pruneAge: "30m" # Docker artifacts unused longer than this get pruned
|
||||
pruneAgeHours: 0.5 # Same as pruneAge but numeric for date arithmetic in shell
|
||||
actcacheMaxAgeDays: 1 # actcache files older than N days (aggressive for heavy Rust cargo builds)
|
||||
|
||||
Reference in New Issue
Block a user