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 ded546b commit 9c4bfefCopy full SHA for 9c4bfef
template/.github/workflows/build.yml.j2
@@ -373,7 +373,7 @@ jobs:
373
steps:
374
- name: Install preflight
375
run: |
376
- wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.7.2/preflight-linux-amd64
+ wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.1/preflight-linux-amd64
377
chmod +x preflight-linux-amd64
378
- name: Check container
379
run: ./preflight-linux-amd64 check container "$IMAGE_TAG" > preflight.out
0 commit comments