Skip to content

Commit 74ef30c

Browse files
author
Matthew Fisher
committed
fix(publisher): use git sha tag for make build
1 parent 0b0cb6f commit 74ef30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publisher/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REMOTE_IMAGE := $(REGISTRY)/$(RELEASE_IMAGE)
88
build: check-docker
99
docker build -t $(BUILD_IMAGE) .
1010
docker cp `docker run -d $(BUILD_IMAGE)`:/go/bin/publisher image/
11-
docker build -t $(DOCKER_IMAGE) image
11+
docker build -t $(RELEASE_IMAGE) image
1212
rm -rf image/publisher
1313

1414
clean: check-docker check-registry

0 commit comments

Comments
 (0)