Commit c9df4c2
fix(ci): remove sudo from deploy step — not available in runner
The Gitea Actions runner pod does not have sudo. The ctr invocations
that imported and inspected images in the k8s.io containerd namespace
were prefixed with sudo, causing the Deploy API to k3s step to fail.
Removed sudo from both ctr calls; the runner already runs with the
privileges needed to access the containerd socket directly.
Co-Authored-By: Claude <noreply@anthropic.com>
AI-Generated: true1 parent 0d09a73 commit c9df4c2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments