diff --git a/scripts/prune-container-images.sh b/scripts/prune-container-images.sh index 73fd5f54..18edf625 100755 --- a/scripts/prune-container-images.sh +++ b/scripts/prune-container-images.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -euo pipefail - +echo "[prune] SCRIPT VERSION: GH_API_VARIANT" # prune-container-images.sh # Deletes old images from GHCR and Docker Hub according to retention and protection rules.