From cc70903d38dd2ffa16d19652e5f6cf4bc9ec1326 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 29 Sep 2020 19:02:21 +0100 Subject: [PATCH] updated gcr_alternate_tags.sh --- gcr_alternate_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcr_alternate_tags.sh b/gcr_alternate_tags.sh index e217ad81..712a0384 100755 --- a/gcr_alternate_tags.sh +++ b/gcr_alternate_tags.sh @@ -27,7 +27,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck disable=SC2034,SC2154 usage_description=" -Lists all alternative tags for the given specific Google Cloud Registry docker image:tag +Lists all alternative tags for the given specific Google Container Registry docker image:tag If a container has multiple tags (eg. latest, v1, hashref), you can supply ':latest' to see which version has been tagged to 'latest'