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