Skip to content

Commit cbaa2b8

Browse files
committed
Fix syntax of prune command
1 parent 08288ca commit cbaa2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_docker_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
submodules: recursive
6767

6868
- name: Clear the Docker buildx cache
69-
run: docker buildx --force --all --verbose prune
69+
run: docker buildx prune --force --all --verbose
7070

7171
- name: Build Docker images
7272
run: docker compose build

0 commit comments

Comments
 (0)