github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/Makefile.local.example (about)

     1  # Example of extending Makefile with Makefile.local.
     2  
     3  BUILD_IMAGE ?= quay.io/cortexproject/build-image
     4  IMAGE_PREFIX ?= custom-prefix/
     5  
     6  blocksconvert-push: cmd/blocksconvert/.uptodate
     7  	docker push $(IMAGE_PREFIX)blocksconvert:$(IMAGE_TAG)
     8  
     9  cortex-push: cmd/cortex/.uptodate
    10  	docker push $(IMAGE_PREFIX)cortex:$(IMAGE_TAG)