Bump phpBB to 3.2.1 and 3.1.11
This commit is contained in:
@@ -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.1,3.1-apache}; do
|
||||
for tag in {3.1,3.1.11,3.1-apache,3.1.11-apache}; do
|
||||
docker tag $IMAGE_NAME ${repoName}:${tag}
|
||||
docker push ${repoName}:${tag}
|
||||
done
|
||||
Reference in New Issue
Block a user