We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a50d0 commit 08288caCopy full SHA for 08288ca
1 file changed
.github/workflows/ci_docker_tests.yaml
@@ -65,6 +65,9 @@ jobs:
65
fetch-depth: 1
66
submodules: recursive
67
68
+ - name: Clear the Docker buildx cache
69
+ run: docker buildx --force --all --verbose prune
70
+
71
- name: Build Docker images
72
run: docker compose build
73
0 commit comments