Skip to content

Commit 537dc6b

Browse files
committed
Fix: force cache clear
1 parent d54a5a0 commit 537dc6b

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
@@ -103,7 +103,7 @@ jobs:
103103
fi
104104
105105
docker network prune -f
106-
docker system prune -a
106+
docker system prune -a -f
107107
108108
npm run docker:build-latest
109109

0 commit comments

Comments
 (0)