From 7758455fc7889c59df8effe49a5939c99bf9f66d Mon Sep 17 00:00:00 2001 From: Arnie Date: Wed, 19 Dec 2018 06:54:49 +0100 Subject: [PATCH] Code Formatter: Push all versions to repo --- code-formatter/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code-formatter/Makefile b/code-formatter/Makefile index 2adf9ce..ee057df 100644 --- a/code-formatter/Makefile +++ b/code-formatter/Makefile @@ -28,4 +28,6 @@ build : docker tag $(DOCKER_REGISTRY)/$(APP_NAME):$(VERSION)-php7.0 $(DOCKER_REGISTRY)/$(APP_NAME):$(VERSION) release : build + docker push $(DOCKER_REGISTRY)/$(APP_NAME):$(VERSION)-php7.0 + docker push $(DOCKER_REGISTRY)/$(APP_NAME):$(VERSION)-php5.6 docker push $(DOCKER_REGISTRY)/$(APP_NAME):$(VERSION)