Skip to content

Commit 02029d2

Browse files
committed
Switch build cache to use GHA cache
Signed-off-by: Moritz Friedrich <moritz@matchory.com>
1 parent e4d8b72 commit 02029d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ jobs:
225225
tags: ${{ steps.meta.outputs.tags }}
226226
labels: ${{ steps.meta.outputs.labels }}
227227
annotations: ${{ steps.meta.outputs.annotations }}
228-
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache-${{ env.VERSION }}
229-
cache-to: type=registry,mode=max,ref=${{ env.IMAGE_NAME }}:buildcache-${{ env.VERSION }}
228+
cache-from: type=gha
229+
cache-to: type=gha,mode=max
230230
provenance: mode=max
231231
sbom: true
232232

0 commit comments

Comments
 (0)