Update action.yml
All checks were successful
Actionlint / build (push) Successful in 53s

This commit is contained in:
2025-10-10 15:26:30 +03:00
parent 2085bb5404
commit 101ec77574

View File

@@ -61,7 +61,7 @@ runs:
id: cache id: cache
with: with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true extra-cache-to: image-manifest=false
- name: Setup Docker buildx - name: Setup Docker buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
- name: Log into registry ${{ inputs.registry }} - name: Log into registry ${{ inputs.registry }}
@@ -85,4 +85,4 @@ runs:
${{ steps.cache.outputs.cache-from }} ${{ steps.cache.outputs.cache-from }}
cache-to: | cache-to: |
${{ steps.cache.outputs.cache-to }} ${{ steps.cache.outputs.cache-to }}
type=registry,ref=${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache:latest,mode=max,image-manifest=true type=registry,ref=${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache:latest,mode=max,image-manifest=false