mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
WIP: Add cache
This commit is contained in:
parent
8f83a031ef
commit
da6a52bfbc
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ jobs:
|
|||
provenance: false
|
||||
platforms: ${{ matrix.platform.name }}
|
||||
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}",rewrite-timestamp=true,push-by-digest=true,name-canonical=true,push=true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Export digest
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue