diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 6222ab1..7bf537c 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -37,3 +37,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max