IMAGE=docker.crute.me/ping_tester:latest all: docker build -t $(IMAGE) . all-no-cache: docker build --no-cache -t $(IMAGE) . publish: docker push $(IMAGE)