We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0886e3a commit d2b91b5Copy full SHA for d2b91b5
.github/workflows/ci.yml
@@ -54,10 +54,8 @@ jobs:
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
56
cache-from: |
57
- type=gha,scope=downloader-${{ github.ref }}
58
- type=gha,scope=compiler-${{ github.ref }}
+ type=gha,scope=${{ github.repository }}
59
cache-to: |
60
- type=gha,mode=max,scope=downloader-${{ github.ref }}
61
- type=gha,mode=max,scope=compiler-${{ github.ref }}
+ type=gha,mode=max,scope=${{ github.repository }}
62
build-args: |
63
BUILDKIT_INLINE_CACHE=1
0 commit comments