From 9735a586b740ea0a43528120f567278f657feb29 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 17 Sep 2020 11:03:33 +0100 Subject: [PATCH] updated gcr_newest_image_tags.sh --- gcr_newest_image_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcr_newest_image_tags.sh b/gcr_newest_image_tags.sh index 5e93011c..1bff155a 100755 --- a/gcr_newest_image_tags.sh +++ b/gcr_newest_image_tags.sh @@ -27,7 +27,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck disable=SC2034,SC2154 usage_description=" -Finds the tags for the given Google Cloud Registry docker image with the newest creation date +Lists the tags for the newest created version of the given Google Cloud Registry docker image (eg. for tagging it as 'latest', see adjacent scripts gcr_tag_latest.sh and gcr_tag_newest_image_as_latest.sh)