File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ PATH:=$(PATH):$(PWD)/hack
166166# docker image publishing options
167167DOCKER_PUSH? =false
168168IMAGE_NAMESPACE? =
169+ IMAGE_REGISTRY? =
170+ IMAGE_REPOSITORY? =
169171# perform static compilation
170172DEFAULT_STATIC_BUILD: =true
171173ifeq ($(IS_DARWIN ) ,true)
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoproj}"
1818IMAGE_REPOSITORY=" ${IMAGE_REPOSITORY:- argocd} "
1919IMAGE_TAG=" ${IMAGE_TAG:- } "
2020
21- echo " ipdate manifests: IMAGE_REGISTRY=${IMAGE_REGISTRY} "
22- echo " ipdate manifests: IMAGE_NAMESPACE=${IMAGE_NAMESPACE} "
23- echo " ipdate manifests: IMAGE_REPOSITORY=${IMAGE_REPOSITORY} "
24- echo " ipdate manifests: IMAGE_TAG=${IMAGE_TAG} "
25-
2621# Construct full image name
2722FULL_IMAGE_NAME=" ${IMAGE_REGISTRY} /${IMAGE_NAMESPACE} /${IMAGE_REPOSITORY} "
2823
You can’t perform that action at this time.
0 commit comments