diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 4c3a5eb..63e3824 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -81,5 +81,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=${{ env.IMAGE_NAME }}:buildcache + cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max