We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d148371 commit d470852Copy full SHA for d470852
1 file changed
.github/workflows/main.yml
@@ -85,8 +85,8 @@ jobs:
85
with:
86
platforms: ${{ matrix.platform }}
87
outputs: type=image,name=gcr.io/${{ env.PROJECT_ID }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}
88
- cache-from: type=gha,scope=${{ matrix.platform }}
89
- cache-to: type=gha,scope=${{ matrix.platform }},mode=max
+ cache-from: type=gha,scope=${{ matrix.runner }}
+ cache-to: type=gha,scope=${{ matrix.runner }},mode=max
90
91
- name: Export digest
92
if: ${{ github.event_name != 'pull_request' }}
0 commit comments