IMAGE_NAME := images.abackstrom.com/rsync-ssh image: docker build -t $(IMAGE_NAME) . push: docker push $(IMAGE_NAME) .PHONY: image push