Skip to content

Commit

Permalink
Comment image prune
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm authored Jun 19, 2024
1 parent 30e0d8b commit b8788cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
set -euxo pipefail
df -h
docker builder prune -a -f
docker rmi -f $(docker image ls -a | grep -E "(node|debian|moby|ubuntu|alpine)" | awk 'NR>1 {print $3}')
# docker rmi -f $(docker image ls -a | grep -E "(node|debian|moby|ubuntu|alpine)" | awk 'NR>1 {print $3}')
df -h
# debug
Expand Down

0 comments on commit b8788cf

Please sign in to comment.