Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromedda committed Apr 10, 2024
1 parent 89f9c93 commit bd3240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Prune the Docker resources created over 10 days before the current execution (change the value for a more/less aggressive cleanup).
shell: bash
run: |
docker-buildx-plugin \
apt update && apt install -y docker-buildx-plugin \
docker system df
docker system prune -a -f --filter "until=336h"
docker system df
Expand Down

0 comments on commit bd3240c

Please sign in to comment.