Compare commits
1 Commits
v2025.0625
...
v2025.0625
Author | SHA1 | Date | |
---|---|---|---|
f094d532cf |
@ -2,6 +2,9 @@
|
||||
set -uo pipefail # Remove -e to handle errors manually
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
docker builder prune -f
|
||||
|
||||
|
||||
# Colors for output
|
||||
RED='\033[0;31m'
|
||||
GREEN='\033[0;32m'
|
||||
|
Reference in New Issue
Block a user