diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f5a770e..cee57d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -142,3 +142,5 @@ jobs: push: true provenance: false tags: ${{ steps.tag_list.outputs.tags }} + cache-from: type=gha + cache-to: type=gha,mode=max