Skip to content

Commit 72541a4

Browse files
authored
Merge pull request #230 from kubernetes-sigs/align-image-name
🌱 align image name even more with other capi providers
2 parents 756301b + b946737 commit 72541a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Image URL to use all building/pushing image targets
16-
IMG ?= gcr.io/k8s-staging-capi-ipam-ic/cluster-api-ipam-provider-in-cluster-controller
16+
IMG ?= gcr.io/k8s-staging-capi-ipam-ic/cluster-api-ipam-in-cluster-controller
1717
TAG ?= dev
1818
# PULL_BASE_REF is set by prow and contains the git ref for a build, e.g. branch name or tag
1919
RELEASE_ALIAS_TAG ?= $(PULL_BASE_REF)

0 commit comments

Comments
 (0)