Skip to content

Commit 5f00be3

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

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
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

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,7 @@ endif
307307

308308
.PHONY: manifests-local
309309
manifests-local:
310-
env | grep IMAGE_
311-
./hack/update-manifests.sh
312-
310+
IMAGE_REGISTRY=$(IMAGE_REGISTRY) IMAGE_NAMESPACE=$(IMAGE_NAMESPACE) IMAGE_REPOSITORY=$(IMAGE_REPOSITORY) ./hack/update-manifests.sh
313311

314312
.PHONY: manifests
315313
manifests: test-tools-image

0 commit comments

Comments
 (0)