This commit is contained in:
@@ -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
|
||||
type=registry,ref=${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache:latest,mode=max,image-manifest=false
|
||||
Reference in New Issue
Block a user