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 @@ -104,7 +104,7 @@ jobs:
104104 preflight check container \
105105 $QUAY_MLSERVER_IMAGE \
106106 --docker-config=${HOME}/.docker/config.json \
107- --certification-project -id=$PROJECT_ID \
107+ --certification-component -id=$PROJECT_ID \
108108 --pyxis-api-token=$PYXIS_API_TOKEN \
109109 --artifacts ./artifacts/mlserver-slim \
110110 --submit
@@ -182,7 +182,7 @@ jobs:
182182 preflight check container \
183183 $QUAY_MLSERVER_IMAGE-slim \
184184 --docker-config=${HOME}/.docker/config.json \
185- --certification-project -id=$PROJECT_ID \
185+ --certification-component -id=$PROJECT_ID \
186186 --pyxis-api-token=$PYXIS_API_TOKEN \
187187 --artifacts ./artifacts/mlserver \
188188 --submit
@@ -312,7 +312,7 @@ jobs:
312312 preflight check container \
313313 $QUAY_MLSERVER_IMAGE-${{ matrix.runtime }} \
314314 --docker-config=${HOME}/.docker/config.json \
315- --certification-project -id=$PROJECT_ID \
315+ --certification-component -id=$PROJECT_ID \
316316 --pyxis-api-token=$PYXIS_API_TOKEN \
317317 --artifacts ./artifacts/mlserver-${{ matrix.runtime }} \
318318 --submit
You can’t perform that action at this time.
0 commit comments