updated gcr_list_tags.sh

pull/2/head
Hari Sekhon 4 years ago
parent e4c99ae36e
commit 9b93219c62

@ -47,4 +47,4 @@ if ! [[ "$image" =~ $regex ]]; then
fi
gcloud container images list-tags "$image" --format='csv[no-heading,delimiter="\n"](tags[])' |
grep -v '^[[:space:]]*$'
sed '/^[[:space:]]*$/d'

Loading…
Cancel
Save