.PHONY: all build push TAG?=latest NS?=openfaas all: build build: ./build.sh ${TAG} ${NS} push: ./push.sh ${TAG} ${NS}