Skip to content

Commit

Permalink
fix(build): remove platform scope on cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyXiang committed Jul 30, 2024
1 parent f878f2e commit 710f749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=buildkit-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=buildkit-${{ matrix.platform }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 710f749

Please sign in to comment.