From e16bc48e17112fcf7153a183d2d1670f1e7dc3ed Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Sun, 20 Jan 2019 16:16:03 +0800 Subject: [PATCH] Correct hook generation for 7.3 hook --- hooks/post_push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_push b/hooks/post_push index f4f37e9..0a4cd22 100644 --- a/hooks/post_push +++ b/hooks/post_push @@ -3,7 +3,7 @@ set -e # A space-separated list of additional tags to place on this image. -additionalTags=(7.1) +additionalTags=(7.3) # Tag and push image for each additional tag for tag in ${additionalTags[@]}; do