We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295f636 commit b574cc9Copy full SHA for b574cc9
1 file changed
.github/workflows/build.yml
@@ -51,6 +51,8 @@ jobs:
51
context: .
52
platforms: ${{ matrix.platform.docker }}
53
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
54
+ cache-from: type=gha
55
+ cache-to: type=gha,mode=max
56
57
- name: Export digest
58
run: |
0 commit comments