TAG ?= staging

.PHONY: build
build:
	docker build -t rustfinity-runner:$(TAG) ../../ -f Dockerfile
