We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3a9a6 commit d5a8d19Copy full SHA for d5a8d19
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=ghcr.io/${{ github.repository }}:latest
+ cache-from: type=registry,ref=${{ github.repository }}
95
cache-to: type=inline
0 commit comments