Makefile 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 VERSION=k8stest PROJECT=thingsboard APP=cassandra build: docker build --pull -t ${PROJECT}/${APP}:${VERSION} . push: build docker push ${PROJECT}/${APP}:${VERSION}