Skip to content

Commit cb32391

Browse files
fix: use dynamic scopes
1 parent 5c845aa commit cb32391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/ci/github-actions/multi-platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ jobs:
168168
labels: ${{ steps.meta.outputs.labels }}
169169
tags: ${{ env.REGISTRY_IMAGE }}
170170
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
171-
cache-from: type=gha
172-
cache-to: type=gha,mode=max
171+
cache-from: type=gha,scope=gha-${{ matrix.config.platform }}
172+
cache-to: type=gha,mode=max,scope=gha-${{ matrix.config.platform }}
173173
174174
- name: Export digest
175175
run: |

0 commit comments

Comments
 (0)