NAME = simonc/s3-sync

.PHONY: build release

build:
	docker build -t $(NAME):latest .
release:
	docker push $(NAME):latest