Skip to content

Commit a83c77a

Browse files
prombotgitperr
authored andcommitted
Update common Prometheus files (prometheus#2954)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent 2969563 commit a83c77a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.common

+4
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ common-tarball: promu
208208
@echo ">> building release tarball"
209209
$(PROMU) tarball --prefix $(PREFIX) $(BIN_DIR)
210210

211+
.PHONY: common-docker-repo-name
212+
common-docker-repo-name:
213+
@echo "$(DOCKER_REPO)/$(DOCKER_IMAGE_NAME)"
214+
211215
.PHONY: common-docker $(BUILD_DOCKER_ARCHS)
212216
common-docker: $(BUILD_DOCKER_ARCHS)
213217
$(BUILD_DOCKER_ARCHS): common-docker-%:

0 commit comments

Comments
 (0)