Skip to content

Commit c397ddd

Browse files
committed
🐳 prune docker image cache in gh action
1 parent f9714a3 commit c397ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hetzner-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
cd /home/app/multiagent-rag-system/
2525
git pull origin master
2626
docker compose -f docker-compose.prod.yml up -d --build
27-
docker builder prune
27+
docker builder prune -f
28+
docker image prune --force

0 commit comments

Comments
 (0)