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 93037f7 commit f46dacfCopy full SHA for f46dacf
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
context: ./dist/${{ env.TEMPLATE }}
82
load: true
83
tags: ${{ steps.meta.outputs.tags }}
84
- cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
+ cache-from: type=registry,ref=${{ env.IMAGE_NAMESPACE }}:${{ env.TEMPLATE }}-latest
85
cache-to: type=inline
86
labels: ${{ steps.meta.outputs.labels }}
87
0 commit comments