We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f5328 commit ac94e06Copy full SHA for ac94e06
.github/workflows/docker-image.yml
@@ -64,5 +64,5 @@ jobs:
64
context: .
65
tags: ${{ env.TAGS }}
66
labels: ${{ steps.meta.outputs.labels }}
67
- cache-from: type=gha
68
- cache-to: type=gha,mode=max
+ cache-from: type=registry,ref=${{ env.TAGS }}
+ cache-to: type=inline
0 commit comments