Skip to content

Commit 0fdf8d0

Browse files
committed
Another fix for the CI docker build caching
1 parent 890c93a commit 0fdf8d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
platforms: linux/amd64,linux/arm64
9292
tags: ${{ steps.meta.outputs.tags }}
9393
labels: ${{ steps.meta.outputs.labels }}
94-
cache-from: type=registry,ref=${{ github.repository }}
95-
cache-to: type=inline
94+
cache-from: type=registry,ref=${{ github.repository }}:main
95+
cache-to: type=registry,ref=${{ github.repository }}:main,mode=max

0 commit comments

Comments
 (0)