diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a91fa96f9..8e24e396a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,5 +91,5 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=${{ github.repository }} - cache-to: type=inline + cache-from: type=registry,ref=${{ github.repository }}:main + cache-to: type=registry,ref=${{ github.repository }}:main,mode=max