From 419c000189a898a21f1d43dab7f2dde341c81a9e Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Thu, 14 Feb 2019 23:33:20 +0100 Subject: [PATCH] follow new naming scheme --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 2262f11..c63806c 100644 --- a/makefile +++ b/makefile @@ -510,8 +510,8 @@ publish: bump_version build_dists upload_dists ## 2. Your docker daemon is not running ## 3. You're using WSL and docker is not exposed on tcp://localhost:2375 ## 4. You're using WSL but didn't do export DOCKER_HOST="tcp://localhost:2375" -.PHONY: build_docker -build_docker: +.PHONY: docker_build +docker_build: @if [[ -f "$(RSA_KEY_PATH)" ]]; then \ docker build \ --build-arg SSH_PRIVATE_RSA_KEY="$$(cat '$(RSA_KEY_PATH)')" \