Skip to content

Commit bb8a349

Browse files
committed
Remove --json flag
1 parent 9691208 commit bb8a349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131
- name: Run preflight for NGINX Gateway Fabric
3232
env:
3333
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
34-
run: preflight check container ghcr.io/nginx/nginx-gateway-fabric:edge-ubi --json > ngf-preflight-result.json
34+
run: preflight check container ghcr.io/nginx/nginx-gateway-fabric:edge-ubi > ngf-preflight-result.json
3535

3636
- name: Run preflight for NGINX OSS
3737
env:
3838
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
39-
run: preflight check container ghcr.io/nginx/nginx-gateway-fabric/nginx:edge-ubi --json > ngf-oss-preflight-result.json
39+
run: preflight check container ghcr.io/nginx/nginx-gateway-fabric/nginx:edge-ubi > ngf-oss-preflight-result.json
4040

4141
- name: Run preflight for NGINX Gateway Fabric Operator
4242
env:
4343
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
44-
run: preflight check operator ghcr.io/nginx/nginx-gateway-fabric/operator:edge --json > ngf-operator-preflight-result.json
44+
run: preflight check operator ghcr.io/nginx/nginx-gateway-fabric/operator:edge > ngf-operator-preflight-result.json
4545

4646
- name: Aggregate preflight results and fail if any checks failed
4747
run: |

0 commit comments

Comments
 (0)