Skip to content

Commit

Permalink
Merge pull request #41 from yujunz/Makefile/fix
Browse files Browse the repository at this point in the history
Fix docker build error
  • Loading branch information
k8s-ci-robot authored Apr 28, 2019
2 parents 00ceaf2 + f8d73e2 commit 5777cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ push:

.PHONY: image-release
image-release:
docker build -t $(IMAGE):$(VERSION)
docker build -t $(IMAGE):$(VERSION) .

.PHONY: push-release
push-release:
Expand Down

0 comments on commit 5777cdc

Please sign in to comment.