We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d134c8c commit 39be97aCopy full SHA for 39be97a
.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.11.1/preflight-linux-amd64 --output preflight
+ curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.12.1/preflight-linux-amd64 --output preflight
167
chmod +x preflight
168
169
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"
0 commit comments