Skip to content

Commit

Permalink
chore: use registry caching as gha caching is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnHering committed Oct 21, 2024
1 parent 4fe982e commit b179454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
targets: ${{ matrix.target }}
push: true
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
*.cache-from= type=registry,ref=ghcr.io/org/${{env.REGISTRY_IMAGE}}:buildcache-${{ matrix.target }}
*.cache-to= type=registry,ref=ghcr.io/org/${{env.REGISTRY_IMAGE}}:buildcache-${{ matrix.target }}, mode=max

0 comments on commit b179454

Please sign in to comment.