diff --git a/images/shared.js b/images/shared.js index 376744d..1a46d26 100644 --- a/images/shared.js +++ b/images/shared.js @@ -19,7 +19,7 @@ const matrixEntryConverter = ({ context, file }, overrides = {}) => async ( .join('\n'), paltforms: build.platforms.join(','), cacheFrom: `type=gha,scope=${build.cacheScope}`, - cacheTo: `type=gha,scope=${build.cacheScope}`, + cacheTo: `type=gha,mode=max,scope=${build.cacheScope}`, tags: build.fullTags.join('\n'), }, }