Skip to content

Commit 0f965c6

Browse files
authored
chore: add action cache
1 parent 3390753 commit 0f965c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-push-canary-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ jobs:
8282
push: true
8383
tags: ${{ steps.meta.outputs.tags }}
8484
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

Comments
 (0)