ci: update cache restore
All checks were successful
renovate / renovate (push) Successful in 2m38s

This commit is contained in:
2026-04-11 21:08:03 -05:00
parent e7f1be0cdc
commit d6c6771ad9

View File

@@ -242,6 +242,8 @@ jobs:
with:
path: /usr/local/bin/kubeconform
key: ${{ runner.os }}-kubeconform-${{ env.KUBECONFORM_VERSION }}
restore-keys: |
${{ runner.os }}-kubeconform-
- name: Install Kubeconform
if: steps.cache-kubeconform.outputs.cache-hit != 'true'
@@ -396,6 +398,15 @@ jobs:
path: /usr/local/bin/argocd
key: ${{ runner.os }}-argocd-${{ env.ARGOCD_VERSION }}
- name: Cache ArgoCD CLI
id: cache-argocd
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
with:
path: /usr/local/bin/argocd
key: ${{ runner.os }}-argocd-${{ env.ARGOCD_VERSION }}
restore-keys: |
${{ runner.os }}-argocd-
- name: Install ArgoCD CLI
if: steps.cache-argocd.outputs.cache-hit != 'true'
run: |
@@ -481,7 +492,7 @@ jobs:
helm dependency build "${CHART_PATH}" --skip-refresh
local NAMESPACE="${APP_NAME}"
NAMESPACE="${APP_NAME}"
case "${APP_NAME}" in
"stack")
NAMESPACE="argocd"