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 bb8a349 commit f164607Copy full SHA for f164607
.github/workflows/openshift-certification.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run preflight for NGINX Gateway Fabric Operator
42
env:
43
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
44
- run: preflight check operator ghcr.io/nginx/nginx-gateway-fabric/operator:edge > ngf-operator-preflight-result.json
+ run: preflight check container ghcr.io/nginx/nginx-gateway-fabric/operator:edge > ngf-operator-preflight-result.json
45
46
- name: Aggregate preflight results and fail if any checks failed
47
run: |
0 commit comments