diff --git a/action.yml b/action.yml index b3778b0..3f290ad 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=false + extra-cache-to: image-manifest=true - 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=false \ No newline at end of file + type=registry,ref=${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache:latest,mode=max,image-manifest=true \ No newline at end of file