Skip to content

Commit

Permalink
[CE-226] make docker fails
Browse files Browse the repository at this point in the history
Recent changes to Makefile breaks `make docker`
This PR provies the required fix.

Change-Id: I825f5b2f2052d00398a3d92fe5d86a01cf8f4cbc
Signed-off-by: Krishna Harsha Voora <krishvoor@in.ibm.com>
  • Loading branch information
krishvoor committed Jan 11, 2018
1 parent bf06e57 commit 36bcd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ build/docker/%/$(DUMMY): ##@Build an image locally
docker build -f $(@D)/Dockerfile \
-t $(IMG_NAME) \
-t $(IMG_NAME):$(IMG_TAG) \
. ; \
@touch $@
. ;
@touch $@ ;

build/docker/%/.push: build/docker/%/$(DUMMY)
@docker login \
Expand Down

0 comments on commit 36bcd57

Please sign in to comment.