Create and push docker manifest for new release from Makefile (#794)

Signed-off-by: Ivan Milošević <iva@blokovi.com>
This commit is contained in:
Ivan Milošević 2019-07-18 17:31:37 +02:00 committed by Aleksandar Novaković
parent 61f1c2e379
commit 8bda799ef9
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ release:
docker tag mainflux/ui mainflux/ui-$(GOARCH):$(version)
docker tag mainflux/mqtt mainflux/mqtt-$(GOARCH):$(version)
$(call docker_push,$(GOARCH),$(version))
$(call docker_manifest,$(version))
rundev:
cd scripts && ./run.sh