Skip to content

Commit f164607

Browse files
committed
Use check container instead of check operator
1 parent bb8a349 commit f164607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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 > ngf-operator-preflight-result.json
44+
run: preflight check container 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)