We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d4078 commit 0620e71Copy full SHA for 0620e71
.github/workflows/deploy-dev.yml
@@ -34,7 +34,7 @@ jobs:
34
cd ~/LibreChat && \
35
git fetch origin main && \
36
npm run stop:deployed && \
37
- docker images -a | grep "librechat" | awk '{print \$3}' | xargs docker rmi && \
+ docker images -a | grep -E "lc-dev|librechat" | awk '{print \$3}' | xargs -r docker rmi || true && \
38
npm run update:deployed && \
39
git checkout dev && \
40
git pull origin dev && \
0 commit comments