From c2eaa2c910c0893978cb24af891ed4d8f20e3a57 Mon Sep 17 00:00:00 2001 From: Oksana Grishchenko Date: Fri, 12 Jul 2024 11:59:45 +0200 Subject: [PATCH] use fixed opm version in checks --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c5a13bb..8dda249 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -24,7 +24,7 @@ jobs: - name: Check default main state - generated files run: | echo "Download opm tool" - curl -Lo /tmp/opm https://github.com/operator-framework/operator-registry/releases/latest/download/linux-amd64-opm + curl -Lo /tmp/opm https://github.com/operator-framework/operator-registry/releases/v1.44.0/download/linux-amd64-opm chmod +x /tmp/opm echo "Render catalog" /tmp/opm alpha render-template basic -o yaml ./veneer/everest-operator.yaml > ./catalog/everest-operator/catalog.yaml