We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e1a05 commit 24b7937Copy full SHA for 24b7937
.github/workflows/ci.yml
@@ -163,7 +163,7 @@ jobs:
163
- name: Certify Images
164
continue-on-error: false
165
run: |
166
- 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
167
chmod +x preflight
168
169
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"
0 commit comments