revert 101ec77574
All checks were successful
Actionlint / build (push) Successful in 26s
All checks were successful
Actionlint / build (push) Successful in 26s
revert Update action.yml
This commit is contained in:
@@ -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=false
|
extra-cache-to: image-manifest=true
|
||||||
- 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=false
|
type=registry,ref=${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache:latest,mode=max,image-manifest=true
|
||||||
Reference in New Issue
Block a user