Skip to content

Commit b4693dc

Browse files
committed
Fix: Clears cache if needed
1 parent 95b7cee commit b4693dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
7878
docker network prune -f
7979
docker image prune -af
80+
docker system prune -a
8081
8182
npm run docker:build-latest
8283
8384
- name: Start Application
8485
run: |
85-
docker images
8686
docker network create --subnet=${{ secrets.SUBNET_ADDRESS }}/16 ollama-net || true
8787
docker run --rm -d \
8888
-v ollama:/root/.ollama \

0 commit comments

Comments
 (0)