File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
31
31
- name : Run preflight for NGINX Gateway Fabric
32
32
env :
33
33
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
35
35
36
36
- name : Run preflight for NGINX OSS
37
37
env :
38
38
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
40
40
41
41
- name : Run preflight for NGINX Gateway Fabric Operator
42
42
env :
43
43
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
45
45
46
46
- name : Aggregate preflight results and fail if any checks failed
47
47
run : |
You can’t perform that action at this time.
0 commit comments