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)