From 932293caa9b5ff802db65d1c0a2d00b2795b7e5e Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 2 Jul 2024 19:49:57 +0200 Subject: [PATCH] updated aws_ecr_alternate_tags.sh --- aws/aws_ecr_alternate_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/aws_ecr_alternate_tags.sh b/aws/aws_ecr_alternate_tags.sh index 295c7acf..288e2113 100755 --- a/aws/aws_ecr_alternate_tags.sh +++ b/aws/aws_ecr_alternate_tags.sh @@ -23,7 +23,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck disable=SC2034,SC2154 usage_description=" -Lists all alternative tags for the given specific GCR docker image:tag +Lists all alternative tags for the given specific ECR 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'