Skip to content

Commit 0620e71

Browse files
committed
🐋 ci: Update Docker image removal command in deploy workflow
1 parent f9d4078 commit 0620e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd ~/LibreChat && \
3535
git fetch origin main && \
3636
npm run stop:deployed && \
37-
docker images -a | grep "librechat" | awk '{print \$3}' | xargs docker rmi && \
37+
docker images -a | grep -E "lc-dev|librechat" | awk '{print \$3}' | xargs -r docker rmi || true && \
3838
npm run update:deployed && \
3939
git checkout dev && \
4040
git pull origin dev && \

0 commit comments

Comments
 (0)