diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index 7c2793b..0aef68b 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -49,5 +49,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=registry,ref=gitea.lino.cooking/${{ gitea.repository }}:buildcache + cache-to: type=registry,ref=gitea.lino.cooking/${{ gitea.repository }}:buildcache,mode=max