From 714cbb33056564b682da28037af2351c1f965666 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 6 Apr 2025 23:19:37 -0700 Subject: [PATCH] Corrections to cache-to --- .gitea/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 6abd91c..95d0a8f 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -39,7 +39,8 @@ jobs: uses: docker/build-push-action@v3 with: cache-from: type=registry,ref=gitea.scubbo.org/scubbo/edh-elo:latest - cache-to: type=registry,ref=gitea.scubbo.org/scubbo/edh-elo:latest + # https://github.com/go-gitea/gitea/issues/28973#issuecomment-1961859655 + cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=gitea.scubbo.org/scubbo/edh-elo:latest context: . file: Dockerfile target: prod