Skip to content

Commit d5cae99

Browse files
committed
Use docker inline cache
1 parent aa0c245 commit d5cae99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ jobs:
204204
platforms: ${{ matrix.platform }}
205205
labels: ${{ steps.meta.outputs.labels }}
206206
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
207+
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE}}:main
208+
cache-to: type=inline
207209
-
208210
name: Export digest
209211
run: |

0 commit comments

Comments
 (0)