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 2e31788 commit 3a06047Copy full SHA for 3a06047
.github/workflows/preflight.yaml
@@ -73,7 +73,7 @@ jobs:
73
- run: pip install image-tools-stackabletech==0.0.12
74
- name: Install preflight
75
run: |
76
- wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.1/preflight-linux-amd64
+ wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.0/preflight-linux-amd64
77
chmod +x preflight-linux-amd64
78
- name: Submit preflight checks
79
if: ${{ inputs.submit == true }}
0 commit comments