From 24b7937999ca07c04c3718b1b62d0d290ccfc5d7 Mon Sep 17 00:00:00 2001 From: Paul Abel <128620221+pdabelf5@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:08:32 +0100 Subject: [PATCH] bump preflight to 1.9.9 (#393) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e71c86d..96718cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: - name: Certify Images continue-on-error: false run: | - curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64 --output preflight + curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.9/preflight-linux-amd64 --output preflight chmod +x preflight IFS=',' read -ra arch_list <<< "${{ env.platforms }}"