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 8d908cf commit afc676eCopy full SHA for afc676e
.github/workflows/openshift-certification.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Run preflight for NGINX Gateway Fabric Operator
78
env:
79
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
80
- run: preflight check operator ngf-operator:edge > ngf-operator-preflight-result.json
+ run: preflight check container ngf-operator:edge > ngf-operator-preflight-result.json
81
82
- name: Aggregate preflight results and fail if any checks failed
83
run: |
0 commit comments