Skip to content

Commit b574cc9

Browse files
Fix caching
1 parent 295f636 commit b574cc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
context: .
5252
platforms: ${{ matrix.platform.docker }}
5353
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
5456

5557
- name: Export digest
5658
run: |

0 commit comments

Comments
 (0)