Commit b94108c
fix(release): lowercase GHCR owner so docker push works
GHCR requires lowercase repo paths; my earlier release.yml used
${{ github.repository_owner }} verbatim which retains capitals
(e.g. 'Zawwarsami16'). buildx fails with 'repository name must be
lowercase'.
new step lowercases via bash parameter expansion (${...,,}) and
exposes as steps.ver.outputs.owner_lc, used in the tags.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8c82d01 commit b94108c
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | | - | |
86 | | - | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
0 commit comments