replace braces and rename docker repo

Signed-off-by: Martin Buchleitner <mabunixda@gmail.com>
This commit is contained in:
Martin Buchleitner 2019-06-14 09:29:38 +02:00
parent 156cde22ed
commit a487374611
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ OSX_PKG_PREFIX=com.github.davidnewhall
GOLANGCI_LINT_ARGS=--enable-all -D gochecknoglobals
PACKAGE:=./cmd/$(BINARY)
LIBRARY:=./pkg/$(BINARY)
DOCKER_REPO="golift"
DOCKER_REPO=golift
ITERATION:=$(shell git rev-list --count HEAD||echo 0)
ifeq ($(VERSION),)
@ -124,7 +124,7 @@ $(BINARY)-$(VERSION).pkg: check_fpm package_build_osx
--chdir package_build_osx
docker:
docker build -t ${DOCKER_REPO}/${BINARY} .
docker build -t $(DOCKER_REPO)/$(BINARY) .
# OSX packages use /usr/local because Apple doesn't allow writing many other places.
package_build_osx: readme man macos