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 f9714a3 commit c397dddCopy full SHA for c397ddd
.github/workflows/hetzner-deploy.yml
@@ -24,4 +24,5 @@ jobs:
24
cd /home/app/multiagent-rag-system/
25
git pull origin master
26
docker compose -f docker-compose.prod.yml up -d --build
27
- docker builder prune
+ docker builder prune -f
28
+ docker image prune --force
0 commit comments