Skip to content

Commit afc676e

Browse files
committed
change operator to container
1 parent 8d908cf commit afc676e

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
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run preflight for NGINX Gateway Fabric Operator
7878
env:
7979
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
80-
run: preflight check operator ngf-operator:edge > ngf-operator-preflight-result.json
80+
run: preflight check container ngf-operator:edge > ngf-operator-preflight-result.json
8181

8282
- name: Aggregate preflight results and fail if any checks failed
8383
run: |

0 commit comments

Comments
 (0)