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