We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bf7d3 commit bd46dd8Copy full SHA for bd46dd8
.github/workflows/tag.yml
@@ -44,5 +44,5 @@ jobs:
44
push: true
45
labels: ${{ steps.meta.outputs.labels }}
46
tags: ${{ steps.meta.outputs.tags }}
47
- cache-from: type=registry,ref=ghcr.io/${{ github.repository }}
+ cache-from: type=registry,ref=${{ steps.meta.outputs.images }}
48
cache-to: type=inline
0 commit comments