Skip to content

Commit

Permalink
Change GH docker cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Aug 27, 2024
1 parent 2b8ae8c commit 9b3cc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builld-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
platforms: ${{ matrix.platform }}
context: .
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=image-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=image-${{ matrix.platform }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

- name: Export digest
Expand Down

0 comments on commit 9b3cc37

Please sign in to comment.