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 25022ef commit 57e4b2cCopy full SHA for 57e4b2c
template/.github/workflows/build.yml.j2
@@ -430,7 +430,7 @@ jobs:
430
steps:
431
- name: Install preflight
432
run: |
433
- wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64
+ wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.0/preflight-linux-amd64
434
chmod +x preflight-linux-amd64
435
- name: Check container
436
0 commit comments