fix: Try without inline cache.
This commit is contained in:
@@ -57,5 +57,5 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:build
|
||||
cache-to: mode=min,image-manifest=true,oci-mediatypes=true,type=inline,ref=${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:build
|
||||
cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user