Skip to content

Commit 8032a70

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/init-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
set -ue
6161
make install-codegen-tools-local
6262
export VERSION=${{ inputs.TARGET_VERSION }}
63-
export IMAGE_REGISTRY=${{ env.IMAGE_REGISTRY }}
64-
export IMAGE_NAMESPACE=${{ env.IMAGE_NAMESPACE }}
65-
export IMAGE_REPOSITORY=${{ env.IMAGE_REPOSITORY }}
63+
export IMAGE_REGISTRY=quay.io
64+
export IMAGE_NAMESPACE=reggie-k
65+
export IMAGE_REPOSITORY=argocd-test
6666
bash hack/update-manifests.sh
6767
git diff
6868

0 commit comments

Comments
 (0)