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 987d5fe commit ca2b2d7Copy full SHA for ca2b2d7
.github/workflows/ci.yml
@@ -53,3 +53,5 @@ jobs:
53
push: ${{ github.event_name != 'pull_request' }}
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
56
+ cache-from: type=gha
57
+ cache-to: type=gha,mode=max
0 commit comments