mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
plural
This commit is contained in:
parent
a8e9add0cc
commit
8859ec76f1
1 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
dnf_cache_key: dnf-${{ inputs.version }}
|
dnf_cache_key: dnf-${{ inputs.version }}
|
||||||
if: inputs.enable_cache_dnf == 'true'
|
if: inputs.enable_cache_dnf == 'true'
|
||||||
uses: action/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: /cache/dnf
|
path: /cache/dnf
|
||||||
key: ${{ inputs.dnf_cache_key || env.dnf_cache_key }}
|
key: ${{ inputs.dnf_cache_key || env.dnf_cache_key }}
|
||||||
|
|
@ -74,7 +74,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
skopeo_cache_key: skopeo-${{ inputs.image_name }}-${{ inputs.image_tag }}
|
skopeo_cache_key: skopeo-${{ inputs.image_name }}-${{ inputs.image_tag }}
|
||||||
if: inputs.enable_cache_skopeo == 'true'
|
if: inputs.enable_cache_skopeo == 'true'
|
||||||
uses: action/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: /cache/skopeo
|
path: /cache/skopeo
|
||||||
key: ${{ inputs.skopeo_cache_key || env.skopeo_cache_key }}
|
key: ${{ inputs.skopeo_cache_key || env.skopeo_cache_key }}
|
||||||
|
|
@ -104,7 +104,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
dnf_cache_key: dnf-${{ inputs.version }}
|
dnf_cache_key: dnf-${{ inputs.version }}
|
||||||
if: inputs.enable_cache_dnf == 'true'
|
if: inputs.enable_cache_dnf == 'true'
|
||||||
uses: action/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: /cache/dnf
|
path: /cache/dnf
|
||||||
key: ${{ inputs.dnf_cache_key || env.dnf_cache_key }}
|
key: ${{ inputs.dnf_cache_key || env.dnf_cache_key }}
|
||||||
|
|
@ -113,7 +113,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
skopeo_cache_key: skopeo-${{ inputs.image_name }}-${{ inputs.image_tag }}
|
skopeo_cache_key: skopeo-${{ inputs.image_name }}-${{ inputs.image_tag }}
|
||||||
if: inputs.enable_cache_skopeo == 'true'
|
if: inputs.enable_cache_skopeo == 'true'
|
||||||
uses: action/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: /cache/skopeo
|
path: /cache/skopeo
|
||||||
key: ${{ inputs.skopeo_cache_key || env.skopeo_cache_key }}
|
key: ${{ inputs.skopeo_cache_key || env.skopeo_cache_key }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue