mirror of https://github.com/kubernetes/kops.git
Fix promotion of `kops-utils-cp` - push
This commit is contained in:
parent
3359970f89
commit
51c75629cc
2
Makefile
2
Makefile
|
|
@ -309,7 +309,7 @@ ko-dns-controller-push:
|
|||
KO_DOCKER_REPO="${DOCKER_REGISTRY}/${DOCKER_IMAGE_PREFIX}dns-controller" GOFLAGS="-tags=peer_name_alternative,peer_name_hash" ${KO} build --tags ${DNS_CONTROLLER_PUSH_TAG} --platform=linux/amd64,linux/arm64 --bare ./dns-controller/cmd/dns-controller/
|
||||
|
||||
.PHONY: kops-utils-cp-push
|
||||
kops-utils-cp-push-push: ko-kops-utils-cp-push
|
||||
kops-utils-cp-push: ko-kops-utils-cp-push
|
||||
|
||||
.PHONY: ko-kops-utils-cp-push
|
||||
ko-kops-utils-cp-push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue