Skip to content

Commit 96c7a4c

Browse files
Karlo Nicholas SorianoNestor Pestelos
authored andcommitted
fix(publisher): remove unnecessary BUILD_IMAGE variable from Makefile
1 parent 6656097 commit 96c7a4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

publisher/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
99

1010
COMPONENT = $(notdir $(repo_path))
1111
DOCKER_IMAGE := $(IMAGE_PREFIX)$(COMPONENT)
12-
BUILD_IMAGE := $(DOCKER_IMAGE)-build
1312
RELEASE_IMAGE := $(DOCKER_IMAGE):$(BUILD_TAG)
1413
REMOTE_IMAGE := $(REGISTRY)/$(RELEASE_IMAGE)
1514
BINARY_DEST_DIR = image/bin

0 commit comments

Comments
 (0)