👷 fix kubeconform workflow

This commit is contained in:
auricom
2022-12-26 11:49:42 +01:00
parent ee83879429
commit 2fb1ad95e5

View File

@@ -31,7 +31,7 @@ jobs:
- name: Download CRDs - name: Download CRDs
run: | run: |
mkdir -p ${{ env.SCHEMA_DIR }} mkdir -p ${{ env.SCHEMA_DIR }}
flux pull artifact oci://ghcr.io/onedr0p/cluster-crds-oci:latest \ flux pull artifact oci://ghcr.io/onedr0p/kubernetes-schemas-oci:latest \
--output=${{ env.SCHEMA_DIR }} --output=${{ env.SCHEMA_DIR }}
- name: Run kubeconform - name: Run kubeconform
run: | run: |