We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4699b8 commit 69dcf6bCopy full SHA for 69dcf6b
.github/workflows/ci.yml
@@ -37,5 +37,5 @@ jobs:
37
platforms: linux/amd64
38
push: true
39
tags: ghcr.io/ivanjx/frigate:testing
40
- cache-from: type=registry,ref=ghcr.io/ivanjx/frigate:cache
41
- cache-to: type=registry,ref=ghcr.io/ivanjx/frigate:cache
+ cache-to: type=registry,ref=ghcr.io/ivanjx/frigate:cache2,mode=max
+ cache-from: type=registry,ref=ghcr.io/ivanjx/frigate:cache2
0 commit comments