fix bad variable reference
This commit is contained in:
2
Makefile
2
Makefile
@@ -18,7 +18,7 @@ all: test build
|
|||||||
# safebuild builds inside a docker container with no clingons from your $GOPATH
|
# safebuild builds inside a docker container with no clingons from your $GOPATH
|
||||||
safebuild:
|
safebuild:
|
||||||
@echo "Building..."
|
@echo "Building..."
|
||||||
$Q docker build --build-arg BUILD_TAGS=$(tags) -t $(DOCKER_IMAGE):$(VERSION) .
|
$Q docker build --build-arg BUILD_TAGS=$(build_tags) -t $(DOCKER_IMAGE):$(VERSION) .
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: authors
|
build: authors
|
||||||
|
|||||||
Reference in New Issue
Block a user