From 101ec775748ab324a723a5995ea12755eedf4c76 Mon Sep 17 00:00:00 2001 From: Andreas Rocznik Date: Fri, 10 Oct 2025 15:26:30 +0300 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3f290ad..b3778b0 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: id: cache with: image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache - extra-cache-to: image-manifest=true + extra-cache-to: image-manifest=false - name: Setup Docker buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Log into registry ${{ inputs.registry }} @@ -85,4 +85,4 @@ runs: ${{ steps.cache.outputs.cache-from }} cache-to: | ${{ steps.cache.outputs.cache-to }} - type=registry,ref=${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache:latest,mode=max,image-manifest=true \ No newline at end of file + type=registry,ref=${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache:latest,mode=max,image-manifest=false \ No newline at end of file