fix: lowercase Docker registry references for GHCR

github.repository resolves to snapotter-hq/SnapOtter (mixed case) but
Docker registry names must be lowercase.
This commit is contained in:
SnapOtter
2026-04-24 18:13:39 +08:00
parent 00f0af4c79
commit 55fef373b5
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -115,5 +115,5 @@ jobs:
push: false
tags: snapotter:ci
build-args: SKIP_MODEL_DOWNLOADS=true
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:cache-linux-amd64
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:cache-ci,mode=max
cache-from: type=registry,ref=ghcr.io/snapotter-hq/snapotter:cache-linux-amd64
cache-to: type=registry,ref=ghcr.io/snapotter-hq/snapotter:cache-ci,mode=max