Publish Nightly Docker Images #628
Annotations
1 error and 4 warnings
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -n \"$BRANCH\" ] ; then echo Installing from BRANCH && $VENV/bin/pip install --no-cache-dir \"./deepsparse[server,yolo,onnxruntime,yolov8,transformers,image_classification]\"; elif [ \"$MODE\" = \"nightly\" ] ; then echo Installing nightlies ... && if [ -z \"$VERSION\" ] ; then echo Installing latest nightlies ... && $VENV/bin/pip install --no-cache-dir \"deepsparse-nightly[server,yolo,onnxruntime,yolov8,transformers,image_classification]\"; else echo Installing nightlies ... with $VERSION && $VENV/bin/pip install --no-cache-dir \"deepsparse-nightly[server,yolo,onnxruntime,yolov8,transformers,image_classification]==$VERSION\"; fi; elif [ -z \"$VERSION\" ] ; then echo Installing latest deepsparse ... from pypi && $VENV/bin/pip install --no-cache-dir \"deepsparse[server,yolo,onnxruntime,yolov8,transformers,image_classification]\"; else echo Installing latest deepsparse version=\"$VERSION\" from pypi && $VENV/bin/pip install --no-cache-dir \"deepsparse[server,yolo,onnxruntime,yolov8,transformers,image_classification]==$VERSION\"; fi;" did not complete successfully: exit code: 1
|
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/login-action@v2, actions/checkout@v3, docker/build-push-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading