From 627df82bbab33199823e6790b5cba226dd11962c Mon Sep 17 00:00:00 2001 From: selim13 Date: Wed, 22 Aug 2018 20:14:47 +0300 Subject: [PATCH] Bump tags version --- 3.2-apache/hooks/post_push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.2-apache/hooks/post_push b/3.2-apache/hooks/post_push index dc1d62b..e16dfbe 100755 --- a/3.2-apache/hooks/post_push +++ b/3.2-apache/hooks/post_push @@ -7,7 +7,7 @@ tagStart=$(expr index "$IMAGE_NAME" :) repoName=${IMAGE_NAME:0:tagStart-1} # Tag and push image for each additional tag -for tag in {3,3.2,3.2.1,3-apache,3.2-apache,3.2.1-apache,apache,latest}; do +for tag in {3,3.2,3.2.2,3-apache,3.2-apache,3.2.2-apache,apache,latest}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} done \ No newline at end of file