ci: fix gh action cache

This commit is contained in:
Benjamin Nussbaum 2025-03-13 01:56:28 +01:00
parent 6a05544529
commit 0ddade085a

View file

@ -49,5 +49,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=user/app:buildcache
cache-to: type=registry,ref=user/app:buildcache,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max