Skip to content

Commit da7f06a

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/init-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
run: |
6060
set -ue
6161
make install-codegen-tools-local
62-
make manifests-local \
63-
IMAGE_REGISTRY='${{ env.IMAGE_REGISTRY }}' \
64-
IMAGE_NAMESPACE='${{ env.IMAGE_NAMESPACE }}' \
65-
IMAGE_REPOSITORY='${{ env.IMAGE_REPOSITORY }}' \
66-
VERSION=${{ inputs.TARGET_VERSION }}
62+
# make manifests-local \
63+
# IMAGE_REGISTRY='${{ env.IMAGE_REGISTRY }}' \
64+
# IMAGE_NAMESPACE='${{ env.IMAGE_NAMESPACE }}' \
65+
# IMAGE_REPOSITORY='${{ env.IMAGE_REPOSITORY }}' \
66+
# VERSION=${{ inputs.TARGET_VERSION }}
6767
git diff
6868
6969
- name: Generate version compatibility table

0 commit comments

Comments
 (0)