Skip to content

Commit

Permalink
Merge pull request #126 from jchauncey/fix-image-tag
Browse files Browse the repository at this point in the history
fix: Allow IMAGE_TAG to be overridden
  • Loading branch information
feiskyer authored Mar 23, 2019
2 parents 7a3750c + 4aeaa69 commit 0a48ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ K8S_BRANCH ?=
CCM_E2E_ARGS ?= -ginkgo.skip=\\[Serial\\]\\[Slow\\]

IMAGE_NAME=azure-cloud-controller-manager
IMAGE_TAG=$(shell git rev-parse --short=7 HEAD)
IMAGE_TAG ?= $(shell git rev-parse --short=7 HEAD)
IMAGE=$(IMAGE_REGISTRY)/$(IMAGE_NAME):$(IMAGE_TAG)

TEST_IMAGE_NAME=azure-cloud-controller-manager-test
Expand Down

0 comments on commit 0a48ef6

Please sign in to comment.