tag = 0.1

image:
	docker build -t metacontroller/jsonnetd:$(tag) .

push: image
	docker push metacontroller/jsonnetd:$(tag)
