We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b4faf commit 051e2fbCopy full SHA for 051e2fb
.github/workflows/docker.yml
@@ -55,5 +55,5 @@ jobs:
55
push: ${{ github.event_name != 'pull_request' }}
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
58
- cache-from: type=gha
59
- cache-to: type=gha,mode=max
+ cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
+ cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
0 commit comments