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 78bc31c commit e6bd660Copy full SHA for e6bd660
.github/workflows/test.yml
@@ -85,3 +85,5 @@ jobs:
85
labels: |
86
org.opencontainers.image.source=${{ github.event.repository.html_url }}
87
org.opencontainers.image.revision=${{ github.sha }}
88
+ cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:testing
89
+ cache-to: type=inline
0 commit comments