Skip to content

Commit 0522715

Browse files
committed
export registry again from init-release
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent 1e1097d commit 0522715

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ PATH:=$(PATH):$(PWD)/hack
166166
# docker image publishing options
167167
DOCKER_PUSH?=false
168168
IMAGE_NAMESPACE?=
169+
IMAGE_REGISTRY?=
170+
IMAGE_REPOSITORY?=
169171
# perform static compilation
170172
DEFAULT_STATIC_BUILD:=true
171173
ifeq ($(IS_DARWIN),true)

hack/update-manifests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoproj}"
1818
IMAGE_REPOSITORY="${IMAGE_REPOSITORY:-argocd}"
1919
IMAGE_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
2722
FULL_IMAGE_NAME="${IMAGE_REGISTRY}/${IMAGE_NAMESPACE}/${IMAGE_REPOSITORY}"
2823

0 commit comments

Comments
 (0)