We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3390753 commit 0f965c6Copy full SHA for 0f965c6
.github/workflows/build-and-push-canary-image.yml
@@ -82,3 +82,7 @@ jobs:
82
push: true
83
tags: ${{ steps.meta.outputs.tags }}
84
labels: ${{ steps.meta.outputs.labels }}
85
+ cache-from: type=gha
86
+ cache-to: type=gha,mode=max
87
+ build-args: |
88
+ BUILDKIT_INLINE_CACHE=1
0 commit comments