Commit 50e1869
fix(mcp): match registry namespace casing io.github.ENTERPILOT
GitHub OIDC grants the namespace with the org login exact-case
(io.github.ENTERPILOT/*) and the registry compares case-sensitively,
so the lowercase name 403d on publish. The Dockerfile LABEL must
match, so the fix takes effect with the next tagged image.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 0eb915c commit 50e1869
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments