From 1e506a26a5e24b0f7eed9aac1d2cede52004dccf Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Thu, 18 Aug 2022 07:10:00 +0000 Subject: [PATCH] Do not use mode=max --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index e6d172e..ce54d4c 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -127,7 +127,7 @@ jobs: load: true file: ${{ inputs.file }} tags: ${{ steps.meta.outputs.tags }} - cache-to: type=registry,ref=${{ inputs.registry }}/${{ inputs.image }}:buildcache,mode=max + cache-to: type=registry,ref=${{ inputs.registry }}/${{ inputs.image }}:buildcache cache-from: type=registry,ref=${{ inputs.registry }}/${{ inputs.image }}:buildcache build-args: ${{ inputs.build-args }} secrets: ${{ secrets.build-secrets }}