Skip to content

Commit

Permalink
make: clean scion docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Mar 14, 2024
1 parent 1ed4172 commit 3cad546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ all: go_deps.bzl protobuf mocks gazelle build-dev antlr write_all_source_files l
clean:
bazel clean
rm -f bin/*
docker image ls --filter reference='scion/*' --format '{{.ID}}' | xargs --no-run-if-empty docker image rm

scrub:
bazel clean --expunge
Expand Down

0 comments on commit 3cad546

Please sign in to comment.