Another fix for the CI docker build caching

This commit is contained in:
Eric Allam
2023-06-26 11:17:04 +01:00
parent 890c93a820
commit 0fdf8d0f6a
+2 -2
View File
@@ -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