Another fix for the CI docker build caching
This commit is contained in:
@@ -91,5 +91,5 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=${{ github.repository }}
|
||||
cache-to: type=inline
|
||||
cache-from: type=registry,ref=${{ github.repository }}:main
|
||||
cache-to: type=registry,ref=${{ github.repository }}:main,mode=max
|
||||
|
||||
Reference in New Issue
Block a user