mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user