replace braces and rename docker repo
Signed-off-by: Martin Buchleitner <mabunixda@gmail.com>
This commit is contained in:
parent
156cde22ed
commit
a487374611
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue