Skip to content

Commit 08288ca

Browse files
committed
Try clearing the docker buildx cache
1 parent 81a50d0 commit 08288ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci_docker_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
fetch-depth: 1
6666
submodules: recursive
6767

68+
- name: Clear the Docker buildx cache
69+
run: docker buildx --force --all --verbose prune
70+
6871
- name: Build Docker images
6972
run: docker compose build
7073

0 commit comments

Comments
 (0)