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 8a5f837 commit aa831edCopy full SHA for aa831ed
.github/workflows/ci.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: Certify Images
171
continue-on-error: false
172
run: |
173
- curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.13.3/preflight-linux-amd64 --output preflight
+ curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.14.1/preflight-linux-amd64 --output preflight
174
chmod +x preflight
175
176
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"
0 commit comments