Commit 4e75a67
Lowercase the GHCR image name in the build workflow (#2)
\${{ github.repository }} returns the canonical mixed-case
'epiphanyplx/Secret-Lair-Monitor', but Docker tag validation rejects
uppercase characters, so 'docker buildx build --tag
ghcr.io/epiphanyplx/Secret-Lair-Monitor:latest' fails immediately with
"repository name must be lowercase" and the workflow never publishes.
Add a step that lowercases the name into IMAGE_NAME_LC before use so the
push goes to ghcr.io/epiphanyplx/secret-lair-monitor — matching what
docker-compose.yml already references.
Co-authored-by: Claude <noreply@anthropic.com>1 parent cd8d937 commit 4e75a67
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
33 | | - | |
| 35 | + | |
| 36 | + | |
0 commit comments