mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-29 03:57:09 +00:00
fix: canonicalize release image references
This commit is contained in:
@@ -81,3 +81,8 @@ the public GitHub assets and GHCR digest before calling the release complete.
|
||||
`release:gate`. The gate pins the official Playwright image to the exact
|
||||
lockfile version and forces `linux/amd64`, matching GitHub's Ubuntu runner even
|
||||
when the developer host is macOS or ARM64.
|
||||
|
||||
The relay registry reference is always the canonical lowercase
|
||||
`ghcr.io/shik3i/koalasync`. Docker repository names reject uppercase characters;
|
||||
`release:gate` rejects workflows that derive this reference from the
|
||||
case-preserving `${{ github.repository }}` value.
|
||||
|
||||
Reference in New Issue
Block a user