From 0510b54fc4ba01491a2fb407c004247b69cdefa7 Mon Sep 17 00:00:00 2001 From: jackspirou Date: Fri, 15 Jan 2016 11:30:36 -0600 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91311a8..f3d2a4f 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ build: go build -ldflags '-s -w $(LDFLAGS)' docker: - docker build --rm=true -t drone/drone-github-release . + docker build --rm=true -t plugins/drone-github-release .