Bump tags version

This commit is contained in:
selim13
2018-08-22 20:14:47 +03:00
parent fc6fc1a0f3
commit 627df82bba

View File

@@ -7,7 +7,7 @@ tagStart=$(expr index "$IMAGE_NAME" :)
repoName=${IMAGE_NAME:0:tagStart-1} repoName=${IMAGE_NAME:0:tagStart-1}
# Tag and push image for each additional tag # 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 tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag} docker push ${repoName}:${tag}
done done