Skip to content

Commit d4cebf6

Browse files
author
Julien
authored
Merge pull request #604 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2 parents 944239f + 44e573e commit d4cebf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.common

Lines changed: 4 additions & 0 deletions
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)