We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890c93a commit 0fdf8d0Copy full SHA for 0fdf8d0
1 file changed
.github/workflows/publish.yml
@@ -91,5 +91,5 @@ jobs:
91
platforms: linux/amd64,linux/arm64
92
tags: ${{ steps.meta.outputs.tags }}
93
labels: ${{ steps.meta.outputs.labels }}
94
- cache-from: type=registry,ref=${{ github.repository }}
95
- cache-to: type=inline
+ cache-from: type=registry,ref=${{ github.repository }}:main
+ cache-to: type=registry,ref=${{ github.repository }}:main,mode=max
0 commit comments