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