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 6139941 commit 7c8266fCopy full SHA for 7c8266f
.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.1/preflight-linux-amd64 --output preflight
+ curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64 --output preflight
167
chmod +x preflight
168
169
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"
0 commit comments