fix(ci): lowercase GHCR owner name to fix 'repository name must be lowercase' error

`github.repository_owner` returns 'MythEclipse' (mixed case) which GHCR rejects.
Hardcode lowercase 'mytheclipse' to match GHCR requirements.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-01 21:59:06 +07:00
co-authored by Claude Opus 4.6
parent f20c2389a4
commit ee540d11f6
+2 -1
View File
@@ -12,7 +12,8 @@ permissions:
env:
REGISTRY: ghcr.io
OWNER: ${{ github.repository_owner }}
OWNER: mytheclipse
jobs:
build-and-push: