Skip to content

Commit c93a72f

Browse files
committed
need to builder prune to force fresh builds now
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 184d04a commit c93a72f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ clean: clean-docker clean-tests
5454
# Cleanup docker images with clux/muslrus_t name
5555
clean-docker:
5656
docker images clux/muslrust -q | xargs -r docker rmi -f
57+
docker builder prune --all
5758

5859
# Cleanup test artifacts
5960
clean-tests:

0 commit comments

Comments
 (0)