Skip to content

Commit a98a645

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/init-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
- name: Generate new set of manifests
5959
run: |
6060
set -ue
61-
make install-codegen-tools-local
6261
export VERSION=${{ inputs.TARGET_VERSION }}
6362
export IMAGE_REGISTRY=quay.io
6463
export IMAGE_NAMESPACE=reggie-k
6564
export IMAGE_REPOSITORY=argocd-test
65+
make install-codegen-tools-local
6666
bash hack/update-manifests.sh
6767
git diff
6868

0 commit comments

Comments
 (0)