Skip to content

Commit

Permalink
Merge pull request deis#3100 from karlo57/remove-build-image
Browse files Browse the repository at this point in the history
fix(publisher): remove unnecessary BUILD_IMAGE variable from Makefile
  • Loading branch information
carmstrong committed Feb 17, 2015
2 parents 6656097 + 96c7a4c commit 656a7fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion publisher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))

COMPONENT = $(notdir $(repo_path))
DOCKER_IMAGE := $(IMAGE_PREFIX)$(COMPONENT)
BUILD_IMAGE := $(DOCKER_IMAGE)-build
RELEASE_IMAGE := $(DOCKER_IMAGE):$(BUILD_TAG)
REMOTE_IMAGE := $(REGISTRY)/$(RELEASE_IMAGE)
BINARY_DEST_DIR = image/bin
Expand Down

0 comments on commit 656a7fb

Please sign in to comment.