Skip to content

Commit

Permalink
Changed cache to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjx committed Oct 3, 2024
1 parent 4e0ab74 commit 3e6ba84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
platforms: linux/amd64
push: true
tags: ghcr.io/ivanjx/frigate:testing
cache-from: type=registry,ref=ghcr.io/ivanjx/frigate:testing
cache-to: type=inline
cache-from: type=registry,ref=ghcr.io/ivanjx/frigate:cache
cache-to: type=registry,ref=ghcr.io/ivanjx/frigate:cache

0 comments on commit 3e6ba84

Please sign in to comment.