Skip to content

Commit 656a7fb

Browse files
committed
Merge pull request #3100 from karlo57/remove-build-image
fix(publisher): remove unnecessary BUILD_IMAGE variable from Makefile
2 parents 6656097 + 96c7a4c commit 656a7fb

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)