diff options
-rw-r--r-- | .github/workflows/bun-dockerhub.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bun-dockerhub.yml b/.github/workflows/bun-dockerhub.yml index 943281a86..0484e72f5 100644 --- a/.github/workflows/bun-dockerhub.yml +++ b/.github/workflows/bun-dockerhub.yml @@ -45,3 +45,5 @@ jobs: push: ${{ github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max |