Code Formatter: Push all versions to repo

This commit is contained in:
Arnie 2018-12-19 06:54:49 +01:00
parent 032ed99739
commit 7758455fc7

View File

@ -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)