We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6656097 + 96c7a4c commit 656a7fbCopy full SHA for 656a7fb
1 file changed
publisher/Makefile
@@ -9,7 +9,6 @@ GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
9
10
COMPONENT = $(notdir $(repo_path))
11
DOCKER_IMAGE := $(IMAGE_PREFIX)$(COMPONENT)
12
-BUILD_IMAGE := $(DOCKER_IMAGE)-build
13
RELEASE_IMAGE := $(DOCKER_IMAGE):$(BUILD_TAG)
14
REMOTE_IMAGE := $(REGISTRY)/$(RELEASE_IMAGE)
15
BINARY_DEST_DIR = image/bin
0 commit comments